mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
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:
parent
165da8e9da
commit
4f1dce8b1e
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue