mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Correct fix for the obj-i386 dependent path hack, by hpoussin.
svn path=/trunk/; revision=31719
This commit is contained in:
parent
b58eaf320a
commit
1146ba6e6b
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue