Do not compile cmd to unicode, if we do pipe will be 100% broken then.

svn path=/trunk/; revision=17810
This commit is contained in:
Magnus Olsen 2005-09-11 21:19:32 +00:00
parent f5449547b6
commit 801ad7223f

View file

@ -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>