reactos/rostests/tests/p_dup_handle/p_dup_handle.rbuild

7 lines
220 B
Plaintext
Raw Normal View History

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