- Correct fix for the obj-i386 dependent path hack, by hpoussin.

svn path=/trunk/; revision=31719
This commit is contained in:
Aleksey Bragin 2008-01-11 15:12:54 +00:00
parent b58eaf320a
commit 1146ba6e6b
2 changed files with 2 additions and 1 deletions

View 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>

View 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>