added CS_DROPSHADOW, needed by latest version of wine's user32 test app

svn path=/trunk/; revision=9511
This commit is contained in:
Royce Mitchell III 2004-05-28 03:43:12 +00:00
parent bd2990f457
commit 69a06d8f31

View file

@ -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)