Add missing KPRIORITY definition
Todas as verificações foram bem sucedidas
ci/woodpecker/push/build Pipeline was successful
Todas as verificações foram bem sucedidas
ci/woodpecker/push/build Pipeline was successful
Esse commit está contido em:
@@ -17,6 +17,9 @@
|
|||||||
/* Interrupt Request Level (IRQL) */
|
/* Interrupt Request Level (IRQL) */
|
||||||
typedef UCHAR KIRQL, *PKIRQL;
|
typedef UCHAR KIRQL, *PKIRQL;
|
||||||
|
|
||||||
|
/* Kernel priority */
|
||||||
|
typedef LONG KPRIORITY, *PKPRIORITY;
|
||||||
|
|
||||||
/* Processor modes */
|
/* Processor modes */
|
||||||
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
|
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
|
||||||
|
|
||||||
|
|||||||
Referência em uma nova issue
Block a user