f3802850387d62487d3055c4aa06c72b7a8c2416
[reactos.git] / rostests / tests / p_dup_handle / p_dup_handle.rbuild
1 <module name="p_dup_handle" type="win32cui" installbase="bin" installname="p_dup_handle.exe">
2 <define name="_WIN32_IE">0x0501</define>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="__USE_W32API" />
5 <library>kernel32</library>
6 <library>gdi32</library>
7 <file>p_dup_handle.c</file>
8 </module>