Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
Showing only changes of commit b2e3a6afe0 - Show all commits

View File

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