krb5 commit: Remove MBCS from leash's DEFINES

Benjamin Kaduk kaduk at mit.edu
Thu Apr 30 13:08:23 EDT 2015


https://github.com/krb5/krb5/commit/5d50bc2a62739e39ea0b90b0ced3b7489ba554b3
commit 5d50bc2a62739e39ea0b90b0ced3b7489ba554b3
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.

 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