1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-01 23:48:12 +00:00

Revert rtltypes.h change from r25264 until a proper fix is found.

svn path=/trunk/; revision=25275
This commit is contained in:
Aleksey Bragin 2007-01-02 09:53:01 +00:00
parent fe4dcf7a00
commit b977a28611

View file

@ -138,7 +138,7 @@ Author:
HEAP_CREATE_ALIGN_16 | \ HEAP_CREATE_ALIGN_16 | \
HEAP_CREATE_ENABLE_TRACING | \ HEAP_CREATE_ENABLE_TRACING | \
HEAP_CREATE_ENABLE_EXECUTE) HEAP_CREATE_ENABLE_EXECUTE)
#ifdef C_ASSERT #ifndef __GNUC__
C_ASSERT(HEAP_CREATE_VALID_MASK == 0x0007F0FF); C_ASSERT(HEAP_CREATE_VALID_MASK == 0x0007F0FF);
#endif #endif