26 Dec
2001
26 Dec
'01
8:54 p.m.
Rein Klazes <rklazes(a)xs4all.nl> writes:
Both programs use native win98 commctrl,comctl32 dll's. One of them is CDmage, available at http://cdmage.cjb.net
Any suggestions?
Does this help? Index: memory/heap.c =================================================================== RCS file: /opt/cvs-commit/wine/memory/heap.c,v retrieving revision 1.53 diff -u -r1.53 heap.c --- memory/heap.c 2001/12/19 19:16:30 1.53 +++ memory/heap.c 2001/12/26 19:12:19 @@ -106,6 +106,7 @@ { /* wait for the heap to be initialized */ WaitForSingleObject( event, INFINITE ); + systemHeap = (HANDLE)base; } CloseHandle( map ); return systemHeap; -- Alexandre Julliard julliard(a)winehq.com