mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user