From: Benjamin Kaduk Date: Wed, 22 Jan 2014 05:05:57 +0000 (-0500) Subject: Remove MBCS from leash's DEFINES X-Git-Tag: kfw-4.1-beta1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdcd620b453f1672f09db1dea4ecdc9542d7ca89;p=thirdparty%2Fkrb5.git 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 --- diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in index 28815f0001..089dbbff85 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