Avoid compile time error when including winuser.h:
* include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
This commit is contained in:
parent
912f81352f
commit
32c9d3a91c
@ -1,3 +1,7 @@
|
||||
2003-09-26 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
|
||||
|
||||
2003-09-25 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* lib/version.def (LIBRARY): Quote name.
|
||||
|
@ -2826,7 +2826,7 @@ typedef struct tagKBDLLHOOKSTRUCT {
|
||||
DWORD time;
|
||||
DWORD dwExtraInfo;
|
||||
} KBDLLHOOKSTRUCT, FAR *LPKBDLLHOOKSTRUCT, *PKBDLLHOOKSTRUCT;
|
||||
#if (WINVER >= 0x0500)
|
||||
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410)
|
||||
typedef struct {
|
||||
UINT cbSize;
|
||||
HWND hwnd;
|
||||
|
Loading…
Reference in New Issue
Block a user