diff --git a/reactos/w32api/include/winuser.h b/reactos/w32api/include/winuser.h index 374b486fad6..68b1c63dbb0 100644 --- a/reactos/w32api/include/winuser.h +++ b/reactos/w32api/include/winuser.h @@ -593,6 +593,7 @@ extern "C" { #define CS_SAVEBITS 2048 #define CS_VREDRAW 1 #define CS_IME 0x10000 +#define CS_DROPSHADOW 0x20000 #define GCW_ATOM (-32) #define GCL_CBCLSEXTRA (-20) #define GCL_CBWNDEXTRA (-18)