krb5 commit [krb5-1.13]: Remove MBCS from leash's DEFINES
Tom Yu
tlyu at mit.edu
Wed May 13 17:06:05 EDT 2015
https://github.com/krb5/krb5/commit/fdcd620b453f1672f09db1dea4ecdc9542d7ca89
commit fdcd620b453f1672f09db1dea4ecdc9542d7ca89
Author: Benjamin Kaduk <kaduk at mit.edu>
Date: Wed Jan 22 00:05:57 2014 -0500
Remove MBCS from leash's DEFINES
This is just enabling the use of multi-byte character set in the
MFC library, but we do not appear to make use of this feature.
Visual Studio 2013 gives ominous warnings that support for it may
be removed in future versions, so quiet the build and do not
enable the deprecated feature we are not using.
(cherry picked from commit 5d50bc2a62739e39ea0b90b0ced3b7489ba554b3)
ticket: 8190
version_fixed: 1.13.3
src/windows/leash/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in
index 28815f0..089dbbf 100644
--- a/src/windows/leash/Makefile.in
+++ b/src/windows/leash/Makefile.in
@@ -80,7 +80,7 @@ LOCALINCLUDES= -I$(BUILDTOP) -I$(BUILDTOP)\include -I$(BUILDTOP)\windows\include
RFLAGS = $(LOCALINCLUDES)
RCFLAGS = $(RFLAGS) -D_WIN32 -DLEASH_APP
-DEFINES = -DWINSOCK -DWIN32 -DWINDOWS -D_AFXDLL -D_MBCS -DNO_KRB4 -DNO_STATUS_BAR -DUSE_MESSAGE_BOX
+DEFINES = -DWINSOCK -DWIN32 -DWINDOWS -D_AFXDLL -DNO_KRB4 -DNO_STATUS_BAR -DUSE_MESSAGE_BOX
!ifdef NODEBUG
DEFINES = $(DEFINES)
!else
More information about the cvs-krb5
mailing list