mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 07:41:04 +00:00
[INCLUDE/PSDK]
- winuser.h: properly cast CW_USEDEFAULT to int svn path=/trunk/; revision=57904
This commit is contained in:
parent
f33678fca7
commit
f85ab10caf
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ extern "C" {
|
||||||
#define DESKTOP_READOBJECTS 1
|
#define DESKTOP_READOBJECTS 1
|
||||||
#define DESKTOP_SWITCHDESKTOP 256
|
#define DESKTOP_SWITCHDESKTOP 256
|
||||||
#define DESKTOP_WRITEOBJECTS 128
|
#define DESKTOP_WRITEOBJECTS 128
|
||||||
#define CW_USEDEFAULT 0x80000000
|
#define CW_USEDEFAULT ((int)0x80000000)
|
||||||
#define WS_BORDER 0x800000
|
#define WS_BORDER 0x800000
|
||||||
#define WS_CAPTION 0xc00000
|
#define WS_CAPTION 0xc00000
|
||||||
#define WS_CHILD 0x40000000
|
#define WS_CHILD 0x40000000
|
||||||
|
|
Loading…
Reference in a new issue