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:
parent
fe4dcf7a00
commit
b977a28611
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue