Rename PACK definition

This commit is contained in:
2024-05-20 15:34:15 +02:00
parent ac33b86c3d
commit 500498508e
3 changed files with 6 additions and 5 deletions

View File

@@ -293,7 +293,7 @@ typedef struct _KTSS
ULONG64 Reserved1;
USHORT Reserved2;
USHORT IoMapBase;
} PACK KTSS, *PKTSS;
} PACKED KTSS, *PKTSS;
/* Exception frame definition */
typedef struct _KEXCEPTION_FRAME