ChangeSet ID: 982890822288951445370913 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/02/22 20:13:42
Modified files: controls : menu.c scroll.c dlls/ttydrv : wnd.c windows : cursoricon.c dce.c defwnd.c mdi.c message.c property.c queue.c winpos.c windows/x11drv : wnd.c
Log message: Do not allocate any USER data on the system heap.
Patch: http://cvs.winehq.com/patch.py?id=982890822288951445370913
Revision Changes Path 1.107 +17 -23 wine/controls/menu.c 1.37 +1 -2 wine/controls/scroll.c 1.6 +2 -4 wine/dlls/ttydrv/wnd.c 1.30 +2 -2 wine/windows/cursoricon.c 1.49 +3 -4 wine/windows/dce.c 1.52 +7 -8 wine/windows/defwnd.c 1.74 +2 -2 wine/windows/mdi.c 1.98 +98 -110 wine/windows/message.c 1.11 +4 -4 wine/windows/property.c 1.68 +14 -15 wine/windows/queue.c 1.90 +2 -2 wine/windows/winpos.c 1.66 +2 -4 wine/windows/x11drv/wnd.c