mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- GlobalReAlloc: Pass Flags vice HandleEntry->Flags to RtlSetUserFlagsHeap. Fixes 1 kernel32_winetest alloc test.
svn path=/trunk/; revision=40895
This commit is contained in:
parent
76c5505c5e
commit
737dbd6105
1 changed files with 1 additions and 1 deletions
|
@ -650,7 +650,7 @@ GlobalReAlloc(HGLOBAL hMem,
|
|||
RtlSetUserFlagsHeap(hProcessHeap,
|
||||
HEAP_NO_SERIALIZE,
|
||||
HandleEntry->Object,
|
||||
HandleEntry->Flags);
|
||||
Flags);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue