Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-04-07 05:06:23 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2003-04-07 05:06:23 +0400
commit3f26a1aeb721404df10a5d0d5b65566bcbe5bda4 (patch)
tree4fdad87ca67b4036b744a8d8b5ed0a5ec2676d50 /winsup/w32api/include/ddk/winddk.h
parent9dbe3289ee6f6bb1e2bc92c420aa949d5ea3c3c2 (diff)
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
Diffstat (limited to 'winsup/w32api/include/ddk/winddk.h')
-rw-r--r--winsup/w32api/include/ddk/winddk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ddk/winddk.h b/winsup/w32api/include/ddk/winddk.h
index e02c56e9a..986313369 100644
--- a/winsup/w32api/include/ddk/winddk.h
+++ b/winsup/w32api/include/ddk/winddk.h
@@ -127,7 +127,7 @@ static inline struct _KPCR * KeGetCurrentKPCR(
*/
typedef LONG KPRIORITY;
-typedef ULONG KIRQL, *PKIRQL;
+typedef UCHAR KIRQL, *PKIRQL;
typedef ULONG_PTR KSPIN_LOCK, *PKSPIN_LOCK;
typedef ULONG KAFFINITY, *PKAFFINITY;
typedef CCHAR KPROCESSOR_MODE;