Merging r37048, r37051, r37052, r37055 from the-real-msvc branch
[reactos.git] / rostests / tests / thread / thread.rbuild
1 <module name="thread" type="win32gui" installbase="bin" installname="thread.exe">
2 <define name="__USE_W32API" />
3 <library>kernel32</library>
4 <library>gdi32</library>
5 <file>thread.c</file>
6 </module>