mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Merge winnt.h
svn path=/trunk/; revision=46567
This commit is contained in:
parent
9ff08ac905
commit
f3e748eef0
1 changed files with 6 additions and 0 deletions
|
@ -3411,6 +3411,12 @@ typedef LONG
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue