2003-04-07 Marcel Telka <telka@users.sourceforge.net>
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user