Change some leftover .rbuild files from compiler="cpp" to compiler="cxx"
[reactos.git] / rosapps / applications / net / roshttpd / roshttpd.rbuild
index 419b46c..b013c71 100644 (file)
@@ -3,11 +3,10 @@
 <module name="roshttpd" type="win32cui" installbase="system32" installname="roshttpd.exe" stdlib="host">
        <include base="roshttpd">include</include>
        <define name="__USE_W32_SOCKETS" />
-       <define name="_WIN32_IE">0x600</define>
-       <define name="_WIN32_WINNT">0x501</define>
        <library>kernel32</library>
        <library>ws2_32</library>
        <library>user32</library>
+       <compilerflag compiler="cxx">-Wno-non-virtual-dtor</compilerflag>
        <file>config.cpp</file>
        <file>error.cpp</file>
        <file>http.cpp</file>