mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00

- Get rid of -Wno-format in the Winetests, replacing it with __ROS_LONG64__. svn path=/trunk/; revision=41453
10 lines
370 B
Ruby
10 lines
370 B
Ruby
<module name="ntdsapi_winetest" type="win32cui" installbase="bin" installname="ntdsapi_winetest.exe" allowwarnings="true">
|
|
<include base="ntdsapi_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>ntdsapi.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>ntdsapi</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
</module>
|