summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexey Melnikov <alexey.melnikov@isode.com>2011-09-22 18:12:47 +0100
committerSam Hartman <hartmans@mit.edu>2012-07-16 09:31:15 -0400
commit7d156d88ce5cdc40b1df02f051d65b3ad93c60e1 (patch)
treedbf2fcd0513c91074bd825d1f02276688a3cd497 /src
parent8c3d2bfab7017a587d0c9a7de262cdcf18ce21c8 (diff)
downloadkrb5-7d156d88ce5cdc40b1df02f051d65b3ad93c60e1.tar.gz
krb5-7d156d88ce5cdc40b1df02f051d65b3ad93c60e1.tar.xz
krb5-7d156d88ce5cdc40b1df02f051d65b3ad93c60e1.zip
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 <aamelnikov@gmail.com> ticket: 7210 (new) tags: pullup
Diffstat (limited to 'src')
-rw-r--r--src/util/wshelper/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/wshelper/Makefile.in b/src/util/wshelper/Makefile.in
index 5fa5cd469..5abf2e5fa 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