remove unicode="yes" on suggestion from Christoph_vW

svn path=/branches/ros-amd64-bringup/; revision=36280
This commit is contained in:
Samuel Serapion
2008-09-17 06:37:38 +00:00
parent 46fe903e03
commit ff316cad4d
@@ -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>