From b977a28611365fcbc93086fb64eaace4f0023d92 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 2 Jan 2007 09:53:01 +0000 Subject: [PATCH] Revert rtltypes.h change from r25264 until a proper fix is found. svn path=/trunk/; revision=25275 --- reactos/include/ndk/rtltypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/rtltypes.h b/reactos/include/ndk/rtltypes.h index 9aa41d95e5e..4f1e5338da1 100644 --- a/reactos/include/ndk/rtltypes.h +++ b/reactos/include/ndk/rtltypes.h @@ -138,7 +138,7 @@ Author: HEAP_CREATE_ALIGN_16 | \ HEAP_CREATE_ENABLE_TRACING | \ HEAP_CREATE_ENABLE_EXECUTE) -#ifdef C_ASSERT +#ifndef __GNUC__ C_ASSERT(HEAP_CREATE_VALID_MASK == 0x0007F0FF); #endif