Author: fireball
Date: Tue Jan 2 12:53:01 2007
New Revision: 25275
URL:
http://svn.reactos.org/svn/reactos?rev=25275&view=rev
Log:
Revert rtltypes.h change from r25264 until a proper fix is found.
Modified:
trunk/reactos/include/ndk/rtltypes.h
Modified: trunk/reactos/include/ndk/rtltypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtltypes.h?rev…
==============================================================================
--- trunk/reactos/include/ndk/rtltypes.h (original)
+++ trunk/reactos/include/ndk/rtltypes.h Tue Jan 2 12:53:01 2007
@@ -138,7 +138,7 @@
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