2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winuser.h (CS_DROPSHADOW): Define.
This commit is contained in:
Chris Sutcliffe
2006-09-10 14:55:24 +00:00
parent 7146ace87f
commit 88a815f3c0
2 changed files with 7 additions and 0 deletions

View File

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