mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +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:
parent
0d333ca4de
commit
ede418d57b
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<include base="calc">.</include>
|
<include base="calc">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x0501</define>
|
<define name="_WIN32_IE">0x0501</define>
|
||||||
|
<define name="WINVER">0x0501</define>
|
||||||
<define name="UNICODE" />
|
<define name="UNICODE" />
|
||||||
<define name="_UNICODE" />
|
<define name="_UNICODE" />
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue