2003-04-07 Marcel Telka <telka@users.sourceforge.net>

* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
This commit is contained in:
Danny Smith 2003-04-07 01:06:23 +00:00
parent 9dbe3289ee
commit 3f26a1aeb7
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
2003-03-30 Hans E. Molin <kvasi@users.sourceforge.net>
* include/olectl.h (OleLoadPicturePath): Correct prototype.

View file

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