Revert rtltypes.h change from r25264 until a proper fix is found.
authorAleksey Bragin <aleksey@reactos.org>
Tue, 2 Jan 2007 09:53:01 +0000 (09:53 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Tue, 2 Jan 2007 09:53:01 +0000 (09:53 +0000)
svn path=/trunk/; revision=25275

reactos/include/ndk/rtltypes.h

index 9aa41d9..4f1e533 100644 (file)
@@ -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