Add missing KPRIORITY definition
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-02-17 09:41:53 +01:00
vanhempi 08405e7bdc
commit 3ba3a57881
Allekirjoittanut: belliash
GPG avaimen ID: 4E829243E0CFE6B4

Näytä tiedosto

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