26 Jan
2004
26 Jan
'04
8:23 p.m.
ChangeSet ID: 10860 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/01/26 14:23:08 Modified files: dlls/comctl32 : commctrl.c comctl32undoc.c Log message: There is no need for a private heap in comctl32, memory allocations should go to the standard process heap (reported by Ge van Geldorp). Patch: http://cvs.winehq.org/patch.py?id=10860 Old revision New revision Changes Path 1.71 1.72 +0 -10 wine/dlls/comctl32/commctrl.c 1.86 1.87 +25 -64 wine/dlls/comctl32/comctl32undoc.c