From: Alexey Melnikov Date: Thu, 22 Sep 2011 17:12:47 +0000 (+0100) Subject: Remove the UNICODE defines from wshelper X-Git-Tag: krb5-1.11-alpha1~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d156d88ce5cdc40b1df02f051d65b3ad93c60e1;p=thirdparty%2Fkrb5.git Remove the UNICODE defines from wshelper 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 ticket: 7210 (new) tags: pullup --- diff --git a/src/util/wshelper/Makefile.in b/src/util/wshelper/Makefile.in index 5fa5cd4691..5abf2e5fa6 100644 --- a/src/util/wshelper/Makefile.in +++ b/src/util/wshelper/Makefile.in @@ -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