Partially revert last changes
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-10 22:51:38 +01:00
parent bac7af8a33
commit 025e05013d
2 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,12 @@
#include <xttypes.h>
/* Interrupt Request Level (IRQL) */
typedef UCHAR KIRQL, *PKIRQL;
/* Processor modes */
typedef CHAR KPROCESSOR_MODE, *PKPROCESSOR_MODE;
/* 128-bit buffer containing a unique identifier value */
typedef struct _GUID
{