- Correct fix for the obj-i386 dependent path hack, by hpoussin.
authorAleksey Bragin <aleksey@reactos.org>
Fri, 11 Jan 2008 15:12:54 +0000 (15:12 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 11 Jan 2008 15:12:54 +0000 (15:12 +0000)
svn path=/trunk/; revision=31719

rostests/winetests/rpcrt4/rpcrt4.rbuild
rostests/winetests/rpcrt4/server.c

index cb14a82..d1badbc 100644 (file)
@@ -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>
index 8269dfa..7f25518 100644 (file)
@@ -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>