projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682cf08
)
[winnt.h]
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 4 Jun 2010 21:50:06 +0000
(21:50 +0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Fri, 4 Jun 2010 21:50:06 +0000
(21:50 +0000)
Fix definition of KNONVOLATILE_CONTEXT_POINTERS for amd64
svn path=/trunk/; revision=47578
reactos/include/psdk/winnt.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/winnt.h
b/reactos/include/psdk/winnt.h
index
66c94b2
..
a10ad09
100644
(file)
--- a/
reactos/include/psdk/winnt.h
+++ b/
reactos/include/psdk/winnt.h
@@
-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