]> 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)
committerBen Kaduk <kaduk@mit.edu>
Thu, 30 Apr 2015 14:47:33 +0000 (10:47 -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.

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