From d8d25c960305e3b4df5c97aa506b077f30bdd5bd Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 22 Jul 2004 11:08:31 +0000 Subject: [PATCH] WinCE should always be compiled as UNICODE, even debugging version... --- util/pl/VC-CE.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl index 3267cd4893..547383720a 100644 --- a/util/pl/VC-CE.pl +++ b/util/pl/VC-CE.pl @@ -22,7 +22,7 @@ $inc_def="inc32"; if ($debug) { - $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DOPENSSL_SYSNAME_WINCE -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32"; + $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DUNICODE -D_UNICODE -DOPENSSL_SYSNAME_WINCE -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32"; $lflags.=" /debug"; $mlflags.=' /debug'; } -- 2.50.1