]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove the UNICODE defines from wshelper
authorAlexey Melnikov <alexey.melnikov@isode.com>
Thu, 22 Sep 2011 17:12:47 +0000 (18:12 +0100)
committerTom Yu <tlyu@mit.edu>
Mon, 23 Jul 2012 19:35:37 +0000 (15:35 -0400)
wshelper is clearly not intended to use unicode:
wprintf is used extensively and exclusively to write to char[] buffers and
fields in dns structs are used as explicitly ASCII text.

Signed-off-by: Alexey Melnikov <aamelnikov@gmail.com>
(cherry picked from commit 7d156d88ce5cdc40b1df02f051d65b3ad93c60e1)

ticket: 7210
version_fixed: 1.10.3
status: resolved

src/util/wshelper/Makefile.in

index 5fa5cd469198f5ffed7be27dfcf5a111f2afd353..5abf2e5fa692e1d760e8f9eed2f536309dbd8882 100644 (file)
@@ -39,7 +39,7 @@ WINLIBS = advapi32.lib user32.lib ws2_32.lib dnsapi.lib
 
 WINDLLFLAGS = /nologo /dll /incremental:no /release $(LOPTS)
 
-DEFINES = -DUNICODE -D_UNICODE
+DEFINES =
 !ifdef NODEBUG
 DEFINES = $(DEFINES)
 !else