mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
Add the "wine" include directory for the user32 Wine test and remove ROS-specific additions to some files.
Fixes the user32_winetest and thus rostests build under Unix. svn path=/trunk/; revision=35711
This commit is contained in:
parent
9112574303
commit
55c1fbf585
3 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wine/winuser.h"
|
||||
#include "winuser.h"
|
||||
|
||||
#include "wine/test.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "wingdi.h"
|
||||
#include "wine/winuser.h"
|
||||
#include "winuser.h"
|
||||
#include "winnls.h"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
<group>
|
||||
<module name="user32_winetest" type="win32cui" installbase="bin" installname="user32_winetest.exe" allowwarnings="true">
|
||||
<include base="user32_winetest">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
<define name="WINVER">0x609</define>
|
||||
|
|
Loading…
Reference in a new issue