OSDN Git Service

* include/winuser.h (CURSOR_SHOWING) Add define.
authordannysmith <dannysmith>
Sat, 17 Aug 2002 09:41:52 +0000 (09:41 +0000)
committerdannysmith <dannysmith>
Sat, 17 Aug 2002 09:41:52 +0000 (09:41 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winuser.h

index 68a7829..b12ef67 100644 (file)
@@ -1,5 +1,10 @@
 2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * include/winuser.h (CURSOR_SHOWING) Add define.
+       Thanks to: Jan Hlavatý  <hlavac@users.sourceforge.net>
+
+2002-08-17  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * include/winerror.h: Cast OLE error codes to HRESULT.
        Thanks to: Gunnar Degnbol <gdegnbol@users.sourceforge.net>
 
index 1a9ddb9..ff012a7 100644 (file)
@@ -1910,6 +1910,7 @@ extern "C" {
 #define INPUT_MOUSE 0
 #define INPUT_KEYBOARD 1
 #define INPUT_HARDWARE 2
+#define CURSOR_SHOWING 0x00000001
 
 #ifndef RC_INVOKED
 typedef BOOL(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);