From f85ab10caf93525354029b6e51bd46531aa92c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 13 Dec 2012 14:10:49 +0000 Subject: [PATCH] [INCLUDE/PSDK] - winuser.h: properly cast CW_USEDEFAULT to int svn path=/trunk/; revision=57904 --- reactos/include/psdk/winuser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/winuser.h b/reactos/include/psdk/winuser.h index f6c15808e83..3a2c9ff81ce 100644 --- a/reactos/include/psdk/winuser.h +++ b/reactos/include/psdk/winuser.h @@ -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