summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-22 11:08:31 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-22 11:08:31 +0000
commitd8d25c960305e3b4df5c97aa506b077f30bdd5bd (patch)
treebe9167b2601c5b3c119391ee68d849dc4b7aa0a9 /util
parentf1bdf1d5189e272341ac1893244eda31ec1cc87d (diff)
WinCE should always be compiled as UNICODE, even debugging version...
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-CE.pl2
1 files changed, 1 insertions, 1 deletions
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';
}