[ros-diffs] [greatlrd] 25723: 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.
greatlrd at svn.reactos.org
greatlrd at svn.reactos.org
Sun Feb 4 22:48:08 CET 2007
Author: greatlrd
Date: Mon Feb 5 00:48:07 2007
New Revision: 25723
URL: http://svn.reactos.org/svn/reactos?rev=25723&view=rev
Log:
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.
Modified:
trunk/reactos/base/shell/cmd/cmd.rbuild
Modified: trunk/reactos/base/shell/cmd/cmd.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/cmd.rbuild?rev=25723&r1=25722&r2=25723&view=diff
==============================================================================
--- trunk/reactos/base/shell/cmd/cmd.rbuild (original)
+++ trunk/reactos/base/shell/cmd/cmd.rbuild Mon Feb 5 00:48:07 2007
@@ -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>
More information about the Ros-diffs
mailing list