Avoid compile time error when including winuser.h:

* include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.
This commit is contained in:
Corinna Vinschen
2003-09-26 07:51:26 +00:00
parent 912f81352f
commit 32c9d3a91c
2 changed files with 5 additions and 1 deletions

View File

@ -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;