fixed WINVER in calc.xml for compile with msvc

now it can be compiled with 0 errors, 0 warnings

svn path=/trunk/; revision=18573
This commit is contained in:
Christoph von Wittich 2005-10-18 22:27:38 +00:00
parent 0d333ca4de
commit ede418d57b

View file

@ -2,6 +2,7 @@
<include base="calc">.</include>
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x0501</define>
<define name="WINVER">0x0501</define>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>kernel32</library>