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.r…
==============================================================================
--- 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…
==============================================================================
--- 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>