From fdcd620b453f1672f09db1dea4ecdc9542d7ca89 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Wed, 22 Jan 2014 00:05:57 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3