mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
cb36848d0d
svn path=/trunk/; revision=19158
8 lines
300 B
XML
8 lines
300 B
XML
<module name="isotest" type="win32gui" installbase="bin" installname="isotest.exe">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>gdi32</library>
|
|
<file>isotest.c</file>
|
|
</module>
|