ChangeSet ID: 7117 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/23 17:07:39
Modified files: windows : winproc.c memory : environ.c loader : resource.c dlls/winspool : info.c dlls/winmm : playsound.c mmsystem.c dlls/user : hook.c dlls/oleaut32 : variant.c dlls/commdlg : filedlg.c dlls/advapi32 : service.c security.c
Log message: Matthew Davison m.davison@virgin.net Removed calls to HEAP_strdupAtoW.
Patch: http://cvs.winehq.com/patch.py?id=7117
Old revision New revision Changes Path 1.99 1.100 +35 -11 wine/windows/winproc.c 1.38 1.39 +7 -3 wine/memory/environ.c 1.65 1.66 +11 -2 wine/loader/resource.c 1.69 1.70 +56 -37 wine/dlls/winspool/info.c 1.4 1.5 +4 -1 wine/dlls/winmm/playsound.c 1.89 1.90 +6 -3 wine/dlls/winmm/mmsystem.c 1.5 1.6 +10 -3 wine/dlls/user/hook.c 1.55 1.56 +7 -2 wine/dlls/oleaut32/variant.c 1.58 1.59 +12 -3 wine/dlls/commdlg/filedlg.c 1.34 1.35 +5 -1 wine/dlls/advapi32/service.c 1.49 1.50 +1 -1 wine/dlls/advapi32/security.c