mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:15:43 +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>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#include_next <winuser.h>
|
||||
#include "../../psdk/winuser.h"
|
||||
#endif
|
||||
|
||||
#define WS_EX_TRAYWINDOW 0x80000000L
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue