0ea3a3e0842c085e11913b8a60c1451585c4226a
[reactos.git] / reactos / lib / cpl / control / control.xml
1 <module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe">
2 <include base="control">.</include>
3 <define name="UNICODE" />
4 <define name="_UNICODE" />
5 <define name="__REACTOS__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <library>kernel32</library>
10 <library>user32</library>
11 <library>comctl32</library>
12 <file>control.c</file>
13 <file>control.rc</file>
14 </module>