mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
358d2bb5e2
svn path=/trunk/; revision=19188
9 lines
349 B
XML
9 lines
349 B
XML
<module name="guithreadinfo" type="win32gui" installbase="bin" installname="guithreadinfo.exe">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="WINVER">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<file>guithreadinfo.c</file>
|
|
</module>
|