OSDN Git Service

2006-09-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sun, 10 Sep 2006 14:55:24 +0000 (14:55 +0000)
committerironhead <ironhead>
Sun, 10 Sep 2006 14:55:24 +0000 (14:55 +0000)
        * include/winuser.h (CS_DROPSHADOW): Define.

winsup/w32api/ChangeLog
winsup/w32api/include/winuser.h

index 638b34b..e3cc52c 100644 (file)
@@ -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,
index af2b291..983f69c 100644 (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)