Cleanup data types

This commit is contained in:
2023-01-09 23:07:21 +01:00
parent 12b8c5f539
commit bac7af8a33
3 changed files with 5 additions and 10 deletions

View File

@@ -14,12 +14,6 @@
#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
{