Add missing KPRIORITY definition
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
08405e7bdc
commit
3ba3a57881
@ -17,6 +17,9 @@
|
||||
/* Interrupt Request Level (IRQL) */
|
||||
typedef UCHAR KIRQL, *PKIRQL;
|
||||
|
||||
/* Kernel priority */
|
||||
typedef LONG KPRIORITY, *PKPRIORITY;
|
||||
|
||||
/* Processor modes */
|
||||
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user