- Fix localspl and localui build.
[reactos.git] / rostests / winetests / localspl / localspl.rbuild
index 64e056e..95ee6c9 100644 (file)
@@ -1,10 +1,10 @@
 <module name="localspl_winetest" type="win32cui" installbase="bin" installname="localspl_winetest.exe" allowwarnings="true">
-       <compilerflag compiler="cc">-Wno-format</compilerflag>
+       <include base="ReactOS">include/reactos/wine</include>
        <include base="localspl_winetest">.</include>
+       <define name="__ROS_LONG64__" />
        <file>localmon.c</file>
        <file>testlist.c</file>
        <library>wine</library>
-       <library>kernel32</library>
        <library>advapi32</library>
        <library>ntdll</library>
 </module>