[INCLUDE/PSDK]

- winuser.h: properly cast CW_USEDEFAULT to int

svn path=/trunk/; revision=57904
This commit is contained in:
Jérôme Gardou 2012-12-13 14:10:49 +00:00
parent f33678fca7
commit f85ab10caf

View file

@ -222,7 +222,7 @@ extern "C" {
#define DESKTOP_READOBJECTS 1
#define DESKTOP_SWITCHDESKTOP 256
#define DESKTOP_WRITEOBJECTS 128
#define CW_USEDEFAULT 0x80000000
#define CW_USEDEFAULT ((int)0x80000000)
#define WS_BORDER 0x800000
#define WS_CAPTION 0xc00000
#define WS_CHILD 0x40000000