[ros-diffs] [sginsberg] 43214: - Fix Winetests build after sddkver.h update (and why the hell isn't the build server building the tests anymore???)

sginsberg at svn.reactos.org sginsberg at svn.reactos.org
Mon Sep 28 22:25:30 CEST 2009


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.rbuild?rev=43214&r1=43213&r2=43214&view=diff
==============================================================================
--- 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.rbuild?rev=43214&r1=43213&r2=43214&view=diff
==============================================================================
--- 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>




More information about the Ros-diffs mailing list