Merge winnt.h
[reactos.git] / reactos / include / psdk / winnt.h
index bd0fac1..f856b07 100644 (file)
@@ -3411,6 +3411,12 @@ typedef LONG
     struct _EXCEPTION_POINTERS *ExceptionInfo
 );
 
     struct _EXCEPTION_POINTERS *ExceptionInfo
 );
 
+typedef struct _GROUP_AFFINITY {
+  KAFFINITY Mask;
+  WORD Group;
+  WORD Reserved[3];
+} GROUP_AFFINITY, *PGROUP_AFFINITY;
+
 typedef struct _EVENTLOGRECORD {
        DWORD Length;
        DWORD Reserved;
 typedef struct _EVENTLOGRECORD {
        DWORD Length;
        DWORD Reserved;