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
WINDLLFLAGS = /nologo /dll /incremental:no /release $(LOPTS)
-DEFINES = -DUNICODE -D_UNICODE
+DEFINES =
!ifdef NODEBUG
DEFINES = $(DEFINES)
!else