mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +00:00
Specify which winuser.h we want to include, instead of relying on some magic to find the right one
svn path=/trunk/; revision=25749
This commit is contained in:
parent
e5a4c24966
commit
8afd1c5854
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
|
|
||||||
#if !defined(_MSC_VER)
|
#if !defined(_MSC_VER)
|
||||||
#include_next <winuser.h>
|
#include "../../psdk/winuser.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WS_EX_TRAYWINDOW 0x80000000L
|
#define WS_EX_TRAYWINDOW 0x80000000L
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue