Author: sginsberg Date: Mon Sep 28 22:25:30 2009 New Revision: 43214
URL: http://svn.reactos.org/svn/reactos?rev=43214&view=rev Log: - Fix Winetests build after sddkver.h update (and why the hell isn't the build server building the tests anymore???)
Modified: trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild trunk/rostests/winetests/shell32/shell32.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] Mon Sep 28 22:25:30 2009 @@ -11,6 +11,7 @@ <include base="rpcrt4_winetest">.</include> <include root="intermediate" base="rpcrt4_winetest">.</include> <define name="__ROS_LONG64__" /> + <redefine name="_WIN32_WINNT">0x0500</redefine> <library>wine</library> <library>pseh</library> <library>ole32</library>
Modified: trunk/rostests/winetests/shell32/shell32.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/shell32/shell32.... ============================================================================== --- trunk/rostests/winetests/shell32/shell32.rbuild [iso-8859-1] (original) +++ trunk/rostests/winetests/shell32/shell32.rbuild [iso-8859-1] Mon Sep 28 22:25:30 2009 @@ -3,7 +3,8 @@ <group> <module name="shell32_winetest" type="win32cui" installbase="bin" installname="shell32_winetest.exe" allowwarnings="true"> <include base="shell32_winetest">.</include> - <define name="__ROS_LONG64__" /> + <define name="__ROS_LONG64__" /> + <redefine name="_WIN32_WINNT">0x0501</redefine> <library>wine</library> <library>shell32</library> <library>ole32</library>