reactos/rosapps/tests/statst2/statst2.xml

9 lines
292 B
XML
Raw Normal View History

<module name="statst2" type="win32gui" installbase="bin" installname="statst2.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>statst2.c</file>
</module>