OSDN Git Service

Avoid compile time error when including winuser.h:
authorcorinna <corinna>
Fri, 26 Sep 2003 07:51:26 +0000 (07:51 +0000)
committercorinna <corinna>
Fri, 26 Sep 2003 07:51:26 +0000 (07:51 +0000)
* include/winuser.h (FLASHWINFO, PFLASHWINFO): Define for 98/Me, too.

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

index a404f78..b8cdb6e 100644 (file)
@@ -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.
index 692ac4c..5759635 100644 (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;