2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winuser.h (CS_DROPSHADOW): Define.
This commit is contained in:
parent
7146ace87f
commit
88a815f3c0
|
@ -1,3 +1,7 @@
|
|||
2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h (CS_DROPSHADOW): Define.
|
||||
|
||||
2006-09-08 Michael Gerdau <mgdde@users.sourceforge.net>
|
||||
|
||||
* include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5,
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue