sync rostests to r44455
[reactos.git] / rostests / winetests / psapi / psapi.rbuild
index 9eb1647..193e3e3 100644 (file)
@@ -1,13 +1,10 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<group>
 <module name="psapi_winetest" type="win32cui" installbase="bin" installname="psapi_winetest.exe" allowwarnings="true">
     <include base="psapi_winetest">.</include>
-    <define name="__USE_W32API" />
-    <library>kernel32</library>
+       <define name="__ROS_LONG64__" />
     <library>ntdll</library>
     <library>psapi</library>
     <file>testlist.c</file>
     <file>psapi_main.c</file>
 </module>
-</group>