* include/winuser.h (CURSOR_SHOWING) Add define.
This commit is contained in:
parent
29e17a863d
commit
894d685ff7
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2002-08-17 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winerror.h: Cast OLE error codes to HRESULT.
|
* include/winerror.h: Cast OLE error codes to HRESULT.
|
||||||
|
|
|
@ -1910,6 +1910,7 @@ extern "C" {
|
||||||
#define INPUT_MOUSE 0
|
#define INPUT_MOUSE 0
|
||||||
#define INPUT_KEYBOARD 1
|
#define INPUT_KEYBOARD 1
|
||||||
#define INPUT_HARDWARE 2
|
#define INPUT_HARDWARE 2
|
||||||
|
#define CURSOR_SHOWING 0x00000001
|
||||||
|
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
typedef BOOL(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);
|
typedef BOOL(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);
|
||||||
|
|
Loading…
Reference in New Issue