bump up the _WIN32_IE number to make various PSDK interfaces available
authorGed Murphy <gedmurphy@reactos.org>
Fri, 16 Nov 2007 13:45:21 +0000 (13:45 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Fri, 16 Nov 2007 13:45:21 +0000 (13:45 +0000)
svn path=/trunk/; revision=30504

reactos/base/shell/explorer-new/explorer.rbuild

index 60cc45a..9fa84b7 100644 (file)
@@ -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>