reactos/rosapps/tests/p_dup_handle/p_dup_handle.xml
Steven Edwards a6eeb0f533 fix the old cygwin handle duping tests
svn path=/trunk/; revision=19233
2005-11-14 23:00:36 +00:00

9 lines
307 B
XML

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