Good news after all bugfix in cmd it seam pipe works with unicode.

only bug left 
1. we need found where we miss translate some part from unicode -> ansi and use current codepage. 
This change are not for 0.3.1 it is target for next release. 


svn path=/trunk/; revision=25723
This commit is contained in:
Magnus Olsen 2007-02-04 21:48:07 +00:00
parent 165da8e9da
commit 4f1dce8b1e

View file

@ -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>
<compilationunit name="unit.c">
<file>alias.c</file>
@ -67,6 +69,8 @@
<define name="__USE_W32API" />
<define name="ANONYMOUSUNIONS" />
<define name="_WIN32_WINNT">0x0501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>cmd_base</library>
<library>kernel32</library>
<library>advapi32</library>