]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove MBCS from leash's DEFINES
authorBenjamin Kaduk <kaduk@mit.edu>
Wed, 22 Jan 2014 05:05:57 +0000 (00:05 -0500)
committerTom Yu <tlyu@mit.edu>
Wed, 13 May 2015 20:15:22 +0000 (16:15 -0400)
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

index 28815f0001c85ae3d88ace3c920872444695409f..089dbbff855d412fc008ee821772ca28343edf4a 100644 (file)
@@ -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