This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differe...
[reactos.git] / rostests / tests / wm_erasebkgnd / wm_erasebkgnd.rbuild
index 4a3ab10..a509a11 100644 (file)
@@ -1,6 +1,8 @@
 <module name="wm_erasebkgnd" type="win32gui" installbase="bin" installname="wm_erasebkgnd.exe">
+       <define name="__USE_W32API" />
        <library>kernel32</library>
        <library>user32</library>
        <library>gdi32</library>
+       <compilerflag compiler="cpp">-Wno-non-virtual-dtor</compilerflag>
        <file>wm_erasebkgnd.cpp</file>
 </module>