Compile cmd.exe as unicode
Modified: trunk/reactos/subsys/system/cmd/cmd.xml
_____
Modified: trunk/reactos/subsys/system/cmd/cmd.xml
--- trunk/reactos/subsys/system/cmd/cmd.xml 2005-09-09 14:47:35 UTC
(rev 17765)
+++ trunk/reactos/subsys/system/cmd/cmd.xml 2005-09-09 15:58:40 UTC
(rev 17766)
@@ -4,6 +4,8 @@
<define name="__USE_W32API" />
<define name="ANONYMOUSUNIONS" />
<define name="_WIN32_WINNT">0x0501</define>
+ <define name="UNICODE" />
+ <define name="_UNICODE" />
<pch>precomp.h</pch>
<file>alias.c</file>
<file>attrib.c</file>
@@ -65,6 +67,8 @@
<define name="__USE_W32API" />
<define name="ANONYMOUSUNIONS" />
<define name="_WIN32_WINNT">0x0501</define>
+ <define name="UNICODE" />
+ <define name="_UNICODE" />
<library>kernel32</library>
<library>cmd_base</library>
<file>main.c</file>
Show replies by date