mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +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:
parent
1a3aa9c454
commit
e700e19237
1 changed files with 1 additions and 1 deletions
|
@ -3216,7 +3216,7 @@ RtlSizeHeap(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Force flags */
|
/* Force flags */
|
||||||
Flags |= Heap->Flags;
|
Flags |= Heap->ForceFlags;
|
||||||
|
|
||||||
/* Call special heap */
|
/* Call special heap */
|
||||||
if (RtlpHeapIsSpecial(Flags))
|
if (RtlpHeapIsSpecial(Flags))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue