Some obsolete flags removed, some useless compiler flags removed & shit. Nothing...
[reactos.git] / rostests / dibtests / stretchblt / stretchblt.rbuild
index b2589c0..1fa762e 100644 (file)
@@ -1,8 +1,6 @@
 <module name="stretchblt" type="win32gui" installbase="bin" installname="stretchblt.exe" stdlib="host">
-       <define name="__USE_W32API" />
        <library>kernel32</library>
        <library>user32</library>
        <library>gdi32</library>
-       <compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
        <file>stretchblt.cpp</file>
 </module>