mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
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:
parent
f5449547b6
commit
801ad7223f
1 changed files with 0 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue