ignore some warnings by gcc 4.4.2
[reactos.git] / rostests / tests / thread / thread.rbuild
index 988b98f..25dfc36 100644 (file)
@@ -1,8 +1,4 @@
-<module name="thread" type="win32gui" installbase="bin" installname="thread.exe">
-       <define name="_WIN32_IE">0x0501</define>
-       <define name="_WIN32_WINNT">0x0501</define>
-       <define name="__USE_W32API" />
-       <library>kernel32</library>
+<module name="thread" type="win32gui" installbase="bin" installname="thread.exe" allowwarnings="true">
        <library>gdi32</library>
        <file>thread.c</file>
 </module>