Autosyncing with Wine HEAD
[reactos.git] / reactos / dll / win32 / comdlg32 / comdlg32.rbuild
index af50cf1..92f36a5 100644 (file)
@@ -1,13 +1,13 @@
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<group>
 <module name="comdlg32" type="win32dll" baseaddress="${BASEADDRESS_COMDLG32}" installbase="system32" installname="comdlg32.dll" allowwarnings="true">
        <importlibrary definition="comdlg32.spec.def" />
        <include base="comdlg32">.</include>
        <include base="ReactOS">include/reactos/wine</include>
-       <define name="__REACTOS__" />
        <define name="__WINESRC__" />
-       <define name="__USE_W32API" />
-       <define name="_WIN32_IE">0x600</define>
-       <define name="_WIN32_WINNT">0x501</define>
-       <define name="WINVER">0x501</define>
+       <define name="WINVER">0x600</define>
+       <define name="_WIN32_WINNT">0x600</define>
        <library>wine</library>
        <library>shell32</library>
        <library>shlwapi</library>
@@ -31,3 +31,4 @@
        <file>rsrc.rc</file>
        <file>comdlg32.spec</file>
 </module>
+</group>