- 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:
Aleksey Bragin 2010-10-15 15:53:10 +00:00
parent 1a3aa9c454
commit e700e19237

View file

@ -3216,7 +3216,7 @@ RtlSizeHeap(
}
/* Force flags */
Flags |= Heap->Flags;
Flags |= Heap->ForceFlags;
/* Call special heap */
if (RtlpHeapIsSpecial(Flags))