Author: tkreuzer Date: Fri Jun 4 23:50:06 2010 New Revision: 47578
URL: http://svn.reactos.org/svn/reactos?rev=47578&view=rev Log: [winnt.h] Fix definition of KNONVOLATILE_CONTEXT_POINTERS for amd64
Modified: trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=47... ============================================================================== --- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Fri Jun 4 23:50:06 2010 @@ -2300,8 +2300,8 @@ PM128A Xmm13; PM128A Xmm14; PM128A Xmm15; - }; - }; + } DUMMYSTRUCTNAME; + } DUMMYUNIONNAME;
union { PULONG64 IntegerContext[16]; @@ -2322,8 +2322,8 @@ PULONG64 R13; PULONG64 R14; PULONG64 R15; - }; - }; + } DUMMYSTRUCTNAME; + } DUMMYUNIONNAME2; } KNONVOLATILE_CONTEXT_POINTERS, *PKNONVOLATILE_CONTEXT_POINTERS;
#define RUNTIME_FUNCTION_INDIRECT 0x1