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?r... ============================================================================== --- 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>