Copy wininet to branch
[reactos.git] / reactos / subsys / system / reporterror / reporterror.xml
1 <module name="reporterror" type="win32gui" installbase="system32" installname="reporterror.exe">
2 <include base="reporterror">.</include>
3 <define name="__USE_W32API" />
4 <define name="UNICODE" />
5 <define name="_WIN32_IE">0x501</define>
6 <define name="_WIN32_WINNT">0x0501</define>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>gdi32</library>
10 <library>advapi32</library>
11 <library>ws2_32</library>
12 <library>comctl32</library>
13 <library>comdlg32</library>
14 <library>shell32</library>
15 <file>reporterror.c</file>
16 <file>reporterror.rc</file>
17 </module>