[ros-diffs] [fireball] 33384: - Revert 33366 for explorer too. Bugs in explorer should be fixed first.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri May 9 11:32:17 CEST 2008


Author: fireball
Date: Fri May  9 04:32:17 2008
New Revision: 33384

URL: http://svn.reactos.org/svn/reactos?rev=33384&view=rev
Log:
- Revert 33366 for explorer too. Bugs in explorer should be fixed first.

Modified:
    trunk/reactos/base/shell/explorer/explorer.rbuild

Modified: trunk/reactos/base/shell/explorer/explorer.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explorer.rbuild?rev=33384&r1=33383&r2=33384&view=diff
==============================================================================
--- trunk/reactos/base/shell/explorer/explorer.rbuild [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.rbuild [iso-8859-1] Fri May  9 04:32:17 2008
@@ -1,10 +1,11 @@
 <?xml version="1.0"?>
 <!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
 <group xmlns:xi="http://www.w3.org/2001/XInclude">
-<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true" unicode="yes">
+<module name="explorer" type="win32gui" installname="explorer.exe" allowwarnings="true">
 	<linkerflag>-fexceptions</linkerflag>
 	<compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
 	<include base="explorer">.</include>
+	<define name="UNICODE" />
 	<define name="WIN32" />
 	<define name="_ROS_" />
 	<define name="_WIN32_IE">0x0600</define>



More information about the Ros-diffs mailing list