This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[apa3a@yahoo.com: winuser.h Missing macros]


----- Forwarded message from Andriy Palamarchuk <apa3a@yahoo.com> -----

From: Andriy Palamarchuk <apa3a@yahoo.com>
To: cygwin <cygwin@cygwin.com>
Subject: winuser.h Missing macros
Date: Tue, 22 Jan 2002 07:45:37 -0800 (PST)

I found a few defines which are in Windows docs, but
not in the header file.
I *believe* these defs should exist in the header
file.

I use cygwin v1.3.3 under NT 4.0.

Regards,
Andriy Palamarchuk

----- End forwarded message -----

--- winuser.h.orig	Fri Sep 14 12:06:28 2001
+++ winuser.h	Wed Dec 26 14:36:47 2001
@@ -11,6 +11,7 @@
 #define FVIRTKEY	1
 #define ATF_TIMEOUTON	1
 #define ATF_ONOFFFEEDBACK	2
+#define ATF_AVAILABLE	4
 #define WH_MIN	(-1)
 #define WH_MSGFILTER	(-1)
 #define WH_JOURNALRECORD	0
@@ -1477,6 +1478,7 @@
 #define MKF_MOUSEKEYSON 1
 #define MKF_MODIFIERS 64
 #define MKF_REPLACENUMBERS 128
+#define SERKF_ACTIVE 8
 #define SERKF_AVAILABLE 2
 #define SERKF_INDICATOR 4
 #define SERKF_SERIALKEYSON 1
@@ -1882,7 +1884,7 @@
 	UINT cbSize;
 	DWORD dwFlags;
 	DWORD iTimeOutMSec;
-} ACCESSTIMEOUT;
+} ACCESSTIMEOUT, *LPACCESSTIMEOUT;
 typedef struct tagANIMATIONINFO {
 	UINT cbSize;
 	int iMinAnimate;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]