Index: sdk/lib/rtl/heap.c =================================================================== --- sdk/lib/rtl/heap.c (revision 72759) +++ sdk/lib/rtl/heap.c (working copy) @@ -1236,6 +1236,8 @@ NTSTATUS Status; ULONG MaxBlockSize; + RtlpPageHeapEnabled = TRUE; + /* Check for a special heap */ if (RtlpPageHeapEnabled && !Addr && !Lock) { @@ -1256,6 +1258,8 @@ Flags &= HEAP_CREATE_VALID_MASK; } + if (!Addr) Flags |= HEAP_FLAG_PAGE_ALLOCS; + /* TODO: Capture parameters, once we decide to use SEH */ if (!Parameters) Parameters = &SafeParams;