mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
[winnt.h]
Fix definition of KNONVOLATILE_CONTEXT_POINTERS for amd64 svn path=/trunk/; revision=47578
This commit is contained in:
parent
682cf08ee8
commit
c25fc39e6f
1 changed files with 4 additions and 4 deletions
|
@ -2300,8 +2300,8 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS {
|
|||
PM128A Xmm13;
|
||||
PM128A Xmm14;
|
||||
PM128A Xmm15;
|
||||
};
|
||||
};
|
||||
} DUMMYSTRUCTNAME;
|
||||
} DUMMYUNIONNAME;
|
||||
|
||||
union {
|
||||
PULONG64 IntegerContext[16];
|
||||
|
@ -2322,8 +2322,8 @@ typedef struct _KNONVOLATILE_CONTEXT_POINTERS {
|
|||
PULONG64 R13;
|
||||
PULONG64 R14;
|
||||
PULONG64 R15;
|
||||
};
|
||||
};
|
||||
} DUMMYSTRUCTNAME;
|
||||
} DUMMYUNIONNAME2;
|
||||
} KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS;
|
||||
|
||||
#define RUNTIME_FUNCTION_INDIRECT 0x1
|
||||
|
|
Loading…
Reference in a new issue