From 750d89765c1585ef8c3ca40c5717dda6d162db54 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 11 Jun 2010 17:00:49 +0000 Subject: [PATCH] [XDK/DDK] - Relax INTERLOCKED_RESULT inclusion guard. svn path=/trunk/; revision=47756 --- reactos/include/ddk/ntddk.h | 2 -- reactos/include/xdk/exfuncs.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/reactos/include/ddk/ntddk.h b/reactos/include/ddk/ntddk.h index 42abb01b941..24f3026de7e 100644 --- a/reactos/include/ddk/ntddk.h +++ b/reactos/include/ddk/ntddk.h @@ -3411,13 +3411,11 @@ ExFreeToZone( #define RESULT_POSITIVE 2 #endif -#if defined(_X86_) || defined(_IA64_) || defined(_M_AMD64) && !defined(RC_INVOKED) && !defined(MIDL_PASS) typedef enum _INTERLOCKED_RESULT { ResultNegative = RESULT_NEGATIVE, ResultZero = RESULT_ZERO, ResultPositive = RESULT_POSITIVE } INTERLOCKED_RESULT; -#endif #ifdef _X86_ diff --git a/reactos/include/xdk/exfuncs.h b/reactos/include/xdk/exfuncs.h index 9177f26ae0c..a12f35406e3 100644 --- a/reactos/include/xdk/exfuncs.h +++ b/reactos/include/xdk/exfuncs.h @@ -305,13 +305,11 @@ ExFreeToZone( #define RESULT_POSITIVE 2 #endif -#if defined(_X86_) || defined(_IA64_) || defined(_M_AMD64) && !defined(RC_INVOKED) && !defined(MIDL_PASS) typedef enum _INTERLOCKED_RESULT { ResultNegative = RESULT_NEGATIVE, ResultZero = RESULT_ZERO, ResultPositive = RESULT_POSITIVE } INTERLOCKED_RESULT; -#endif #ifdef _X86_