enable theming of the checklist control
[reactos.git] / reactos / lib / aclui / aclui.xml
index ff5bedc..8d26022 100644 (file)
@@ -5,8 +5,9 @@
        <define name="_UNICODE" />
        <define name="__USE_W32API" />
        <define name="_WIN32_IE">0x0500</define>
-       <define name="_WIN32_WINNT">0x501</define>
+       <define name="_WIN32_WINNT">0x0600</define>
        <define name="WINVER">0x0600</define>
+       <define name="SUPPORT_UXTHEME" />
        <library>ntdll</library>
        <library>kernel32</library>
        <library>user32</library>
@@ -18,5 +19,5 @@
        <file>checklist.c</file>
        <file>misc.c</file>
        <file>aclui.rc</file>
-       <pch>acluilib.h</pch>
+       <pch>precomp.h</pch>
 </module>