Author: cwittich Date: Sat Aug 8 09:06:52 2009 New Revision: 42493
URL: http://svn.reactos.org/svn/reactos?rev=42493&view=rev Log: allow warnings for idl
Modified: trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild
Modified: trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/rpcrt4.rb... ============================================================================== --- trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild [iso-8859-1] (original) +++ trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild [iso-8859-1] Sat Aug 8 09:06:52 2009 @@ -2,11 +2,9 @@ <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd"> <group> <module name="rpcrt4_winetest_server" type="rpcserver" allowwarnings="true"> - <define name="__ROS_LONG64__" /> <file>server.idl</file> </module> - <module name="rpcrt4_winetest_client" type="rpcclient"> - <define name="__ROS_LONG64__" /> + <module name="rpcrt4_winetest_client" type="rpcclient" allowwarnings="true"> <file>server.idl</file> </module> <module name="rpcrt4_winetest" type="win32cui" installbase="bin" installname="rpcrt4_winetest.exe" allowwarnings="true">