mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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,
|
RtlSetUserFlagsHeap(hProcessHeap,
|
||||||
HEAP_NO_SERIALIZE,
|
HEAP_NO_SERIALIZE,
|
||||||
HandleEntry->Object,
|
HandleEntry->Object,
|
||||||
HandleEntry->Flags);
|
Flags);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue