Add missing KPRIORITY definition

Tento commit je obsažen v:
2023-02-17 09:41:53 +01:00
rodič 08405e7bdc
revize 3ba3a57881

Zobrazit soubor

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