Author: sserapion
Date: Wed Sep 17 01:37:38 2008
New Revision: 36280
URL:
http://svn.reactos.org/svn/reactos?rev=36280&view=rev
Log:
remove unicode="yes" on suggestion from Christoph_vW
Modified:
branches/ros-amd64-bringup/reactos/base/applications/wordpad/wordpad.rbuild
Modified: branches/ros-amd64-bringup/reactos/base/applications/wordpad/wordpad.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/applications/wordpad/wordpad.rbuild
[iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/base/applications/wordpad/wordpad.rbuild
[iso-8859-1] Wed Sep 17 01:37:38 2008
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="wordpad" type="win32gui"
installbase="system32" installname="wordpad.exe"
allowwarnings="true" unicode="yes">
+<module name="wordpad" type="win32gui"
installbase="system32" installname="wordpad.exe"
allowwarnings="true">
<include base="wordpad">.</include>
<define name="_WIN32_IE">0x0600</define>
<define name="_WIN32_WINNT">0x0501</define>