Do not compile cmd to unicode, if we do pipe will be 100% broken then.
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-11 21:05:32 UTC
(rev 17809)
+++ trunk/reactos/subsys/system/cmd/cmd.xml 2005-09-11 21:19:32 UTC
(rev 17810)
@@ -4,8 +4,6 @@
<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>
@@ -67,8 +65,6 @@
<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