Remove Count field from KAFFINITY_MAP
All checks were successful
Builds / ExectOS (amd64, release) (push) Successful in 41s
Builds / ExectOS (amd64, debug) (push) Successful in 34s
Builds / ExectOS (i686, debug) (push) Successful in 32s
Builds / ExectOS (i686, release) (push) Successful in 38s

This commit is contained in:
2026-07-03 16:07:31 +02:00
parent 2389bcbed1
commit b2e3a6afe0

View File

@@ -384,7 +384,6 @@ typedef struct _EXCEPTION_RECORD
/* Extended affinity structure definition */
typedef struct _KAFFINITY_MAP
{
USHORT Count;
USHORT Size;
ULONG Reserved;
KAFFINITY Bitmap[];