Felix Nawothnig wrote:
Hi. comctl32 exports (undocumented) Alloc() and friends which call
LocalAlloc => GlobalAlloc => HeapAlloc since it's doesn't use any
fancy LMEM / GMEM flags... so shouldn't Alloc() call HeapAlloc()
directly?
If Global/Local* behave different than Heap* on Windows - woul
Felix Nawothnig wrote:
> Hi. comctl32 exports (undocumented) Alloc() and friends which call
> LocalAlloc => GlobalAlloc => HeapAlloc since it's doesn't use any fancy
> LMEM / GMEM flags... so shouldn't Alloc() call HeapAlloc() directly?
>
> If Global/Local* behave different than Heap* on Windows -
Hi. comctl32 exports (undocumented) Alloc() and friends which call
LocalAlloc => GlobalAlloc => HeapAlloc since it's doesn't use any fancy
LMEM / GMEM flags... so shouldn't Alloc() call HeapAlloc() directly?
If Global/Local* behave different than Heap* on Windows - wouldn't it
then be desirabl