[ros-diffs] [fireball] 25275: Revert rtltypes.h change from r25264 until a proper fix is found.

fireball at svn.reactos.org fireball at svn.reactos.org
Tue Jan 2 10:53:01 CET 2007


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=25275&r1=25274&r2=25275&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list