WinCE should always be compiled as UNICODE, even debugging version...
authorAndy Polyakov <appro@openssl.org>
Thu, 22 Jul 2004 11:08:31 +0000 (11:08 +0000)
committerAndy Polyakov <appro@openssl.org>
Thu, 22 Jul 2004 11:08:31 +0000 (11:08 +0000)
util/pl/VC-CE.pl

index 3267cd4893036f5f52e8d729296f7567d97b3188..547383720a1d2153b78613166a27f0cf570908dd 100644 (file)
@@ -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';
        }