don't build worpad as UNICODE, wine is using ANSI functions
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Sep 2008 13:32:18 +0000 (13:32 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 10 Sep 2008 13:32:18 +0000 (13:32 +0000)
svn path=/trunk/; revision=36124

reactos/base/applications/wordpad/wordpad.rbuild

index 5862270..0097fba 100644 (file)
@@ -2,8 +2,6 @@
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <module name="wordpad" type="win32gui" installbase="system32" installname="wordpad.exe" allowwarnings="true">
        <include base="wordpad">.</include>
-       <define name="UNICODE" />
-       <define name="_UNICODE" />
        <define name="_WIN32_IE">0x0600</define>
        <define name="_WIN32_WINNT">0x0501</define>
        <library>comdlg32</library>