WINNT.H already defines CONTEXT so avoid a double-definition if ARMDDK is included

svn path=/trunk/; revision=41876
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 12:36:20 +00:00
parent 8473ade2b8
commit f00eeb0707

View file

@ -58,6 +58,7 @@ typedef struct _KFLOATING_SAVE
ULONG Reserved;
} KFLOATING_SAVE, *PKFLOATING_SAVE;
#ifndef _WINNT_H
/* The following flags control the contents of the CONTEXT structure. */
#define CONTEXT_ARM 0x0000040
#define CONTEXT_CONTROL (CONTEXT_ARM | 0x00000001L)
@ -104,6 +105,7 @@ typedef struct _CONTEXT {
ULONG Pc;
ULONG Psr;
} CONTEXT;
#endif
//
// Processor Control Region