mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[HEAP]
- Fix a typo which lead to incorrect flags being forced. Fixes last remaining major winetest failures (only 1 GlobalAlloc/Free implementation related one is left to be fixed). svn path=/trunk/; revision=49156
This commit is contained in:
@@ -3216,7 +3216,7 @@ RtlSizeHeap(
|
||||
}
|
||||
|
||||
/* Force flags */
|
||||
Flags |= Heap->Flags;
|
||||
Flags |= Heap->ForceFlags;
|
||||
|
||||
/* Call special heap */
|
||||
if (RtlpHeapIsSpecial(Flags))
|
||||
|
||||
Reference in New Issue
Block a user