Move tests from rosapps to rostests
[reactos.git] / rostests / tests / guithreadinfo / guithreadinfo.rbuild
1 <module name="guithreadinfo" type="win32gui" installbase="bin" installname="guithreadinfo.exe">
2 <define name="_WIN32_IE">0x0501</define>
3 <define name="_WIN32_WINNT">0x0501</define>
4 <define name="WINVER">0x0501</define>
5 <define name="__USE_W32API" />
6 <library>kernel32</library>
7 <library>gdi32</library>
8 <file>guithreadinfo.c</file>
9 </module>