mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
bump up the _WIN32_IE number to make various PSDK interfaces available
svn path=/trunk/; revision=30504
This commit is contained in:
parent
83ea1f3b3b
commit
eb78b6a630
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<module name="explorer_new" type="win32gui" installname="explorer_new.exe" unicode="true">
|
||||
<include base="explorer_new">.</include>
|
||||
<define name="WIN32" />
|
||||
<define name="_WIN32_IE">0x0600</define>
|
||||
<define name="_WIN32_IE">0x0601</define>
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
<define name="WINVER">0x0600</define>
|
||||
<library>advapi32</library>
|
||||
|
|
Loading…
Reference in a new issue