remove all version defines from rostests
[reactos.git] / rostests / tests / alive / alive.rbuild
1 <module name="alive" type="win32cui" installbase="bin" installname="alive.exe">
2 <define name="__USE_W32API" />
3 <library>kernel32</library>
4 <library>user32</library>
5 <library>gdi32</library>
6 <file>alive.c</file>
7 </module>