From f00eeb070750b825a709a079e3b01fd2f856b4f9 Mon Sep 17 00:00:00 2001 From: ReactOS Portable Systems Group Date: Sat, 11 Jul 2009 12:36:20 +0000 Subject: [PATCH] WINNT.H already defines CONTEXT so avoid a double-definition if ARMDDK is included svn path=/trunk/; revision=41876 --- reactos/include/reactos/arm/armddk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/reactos/arm/armddk.h b/reactos/include/reactos/arm/armddk.h index 385426791d0..31a6cca720b 100644 --- a/reactos/include/reactos/arm/armddk.h +++ b/reactos/include/reactos/arm/armddk.h @@ -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