reactos/rosapps/tests/isotest/isotest.xml
Steven Edwards df6851867e fix most of the rest of the tests, disable the rest till tomorrow
svn path=/trunk/; revision=19171
2005-11-12 08:40:47 +00:00

9 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>ntdll</library>
<file>isotest.c</file>
</module>