]> 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)
committerSam Hartman <hartmans@mit.edu>
Mon, 16 Jul 2012 13:31:15 +0000 (09:31 -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>
ticket: 7210 (new)
tags: pullup

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