Compile calc as Unicode and remove the unneeded __USE_W32API define

svn path=/trunk/; revision=33389
This commit is contained in:
Colin Finck 2008-05-09 12:24:56 +00:00
parent 7b6887ffc8
commit e459df7144

View file

@ -1,8 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" allowwarnings="true">
<module name="calc" type="win32gui" installbase="system32" installname="calc.exe" allowwarnings="true" unicode="yes">
<include base="calc">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>user32</library>