ChangeSet ID: 1009844675752301298547536 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/12/31 19:24:36
Modified files: dlls/ddraw : main.c dlls/mpr : wnet.c dlls/ole32 : compobj.c dlls/oleaut32 : hash.c olefont.c dlls/user : exticon.c resource.c files : change.c graphics/enhmetafiledrv: init.c graphics/metafiledrv: init.c loader : pe_resource.c misc : registry.c objects : metafile.c ole : ole2nls.c win32 : file.c newfns.c windows : cursoricon.c mdi.c nonclient.c user.c win.c winhelp.c
Log message: Removed some of the calls to HEAP_strdup* functions.
Patch: http://cvs.winehq.com/patch.py?id=1009844675752301298547536
Revision Changes Path 1.25 +15 -8 wine/dlls/ddraw/main.c 1.8 +7 -4 wine/dlls/mpr/wnet.c 1.49 +31 -13 wine/dlls/ole32/compobj.c 1.3 +6 -3 wine/dlls/oleaut32/hash.c 1.13 +11 -13 wine/dlls/oleaut32/olefont.c 1.16 +8 -7 wine/dlls/user/exticon.c 1.9 +14 -11 wine/dlls/user/resource.c 1.20 +11 -5 wine/files/change.c 1.28 +6 -4 wine/graphics/enhmetafiledrv/init.c 1.37 +4 -2 wine/graphics/metafiledrv/init.c 1.35 +4 -2 wine/loader/pe_resource.c 1.102 +2 -38 wine/misc/registry.c 1.42 +10 -4 wine/objects/metafile.c 1.95 +2 -6 wine/ole/ole2nls.c 1.32 +6 -3 wine/win32/file.c 1.33 +9 -4 wine/win32/newfns.c 1.40 +7 -4 wine/windows/cursoricon.c 1.93 +3 -2 wine/windows/mdi.c 1.90 +31 -37 wine/windows/nonclient.c 1.84 +20 -16 wine/windows/user.c 1.174 +5 -2 wine/windows/win.c 1.21 +14 -6 wine/windows/winhelp.c