mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
2003-04-07 Marcel Telka <telka@users.sourceforge.net>
* include/ddk/winddk.h (KIRQL): Typedef as UCHAR. not ULONG.
This commit is contained in:
parent
9dbe3289ee
commit
3f26a1aeb7
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user