2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (CS_DROPSHADOW): Define.
This commit is contained in:
@ -597,6 +597,9 @@ extern "C" {
|
||||
#define CS_SAVEBITS 2048
|
||||
#define CS_VREDRAW 1
|
||||
#define CS_IME 0x10000
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
#define CS_DROPSHADOW 0x20000
|
||||
#endif
|
||||
#define GCW_ATOM (-32)
|
||||
#define GCL_CBCLSEXTRA (-20)
|
||||
#define GCL_CBWNDEXTRA (-18)
|
||||
|
Reference in New Issue
Block a user