[ros-diffs] [fireball] 31719: - Correct fix for the obj-i386 dependent path hack, by hpoussin.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Jan 11 16:12:54 CET 2008


Author: fireball
Date: Fri Jan 11 18:12:54 2008
New Revision: 31719

URL: http://svn.reactos.org/svn/reactos?rev=31719&view=rev
Log:
- Correct fix for the obj-i386 dependent path hack, by hpoussin.

Modified:
    trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild
    trunk/rostests/winetests/rpcrt4/server.c

Modified: trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild?rev=31719&r1=31718&r2=31719&view=diff
==============================================================================
--- trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild (original)
+++ trunk/rostests/winetests/rpcrt4/rpcrt4.rbuild Fri Jan 11 18:12:54 2008
@@ -6,6 +6,7 @@
 </module>
 <module name="rpcrt4_winetest" type="win32cui" installbase="bin" installname="rpcrt4_winetest.exe" allowwarnings="true">
 	<include base="rpcrt4_winetest">.</include>
+	<include root="intermediate" base="rpcrt4_winetest">.</include>
 	<define name="__USE_W32API" />
 	<library>wine</library>
 	<library>pseh</library>

Modified: trunk/rostests/winetests/rpcrt4/server.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/rpcrt4/server.c?rev=31719&r1=31718&r2=31719&view=diff
==============================================================================
--- trunk/rostests/winetests/rpcrt4/server.c (original)
+++ trunk/rostests/winetests/rpcrt4/server.c Fri Jan 11 18:12:54 2008
@@ -20,7 +20,7 @@
 
 #include <windows.h>
 #include "wine/test.h"
-#include "obj-i386/modules/rostests/winetests/rpcrt4/server.h"
+#include "server_s.h"
 #include "server_defines.h"
 
 #include <stddef.h>




More information about the Ros-diffs mailing list