ChangeSet ID: 10870 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/26 18:01:44
Modified files: windows : user.c dlls/x11drv : xrandr.c dlls/wsock32 : socket.c service.c dlls/winmm/wineoss: audio.c dlls/winmm/winealsa: audio_05.c dlls/wininet : urlcache.c dlls/user : resource.c exticon.c dlls/shlwapi : thread.c reg.c ordinal.c dlls/shell32 : shlfsbind.c shlfileop.c pidl.c changenotify.c dlls/setupapi : setupcab.c dlls/rpcrt4 : rpc_server.c rpc_binding.c dlls/oleaut32 : typelib2.c dlls/netapi32 : nbt.c dlls/msvideo/msrle32: msrle32.c dlls/kernel : ne_segment.c computername.c dlls/gdi : bidi.c dlls/ddraw : mesa.c dlls/commdlg : filedlg.c dlls/comctl32 : propsheet.c commctrl.c dlls/cabinet : cabextract.c dlls/avifil32 : editstream.c dlls/advapi32 : security.c controls : menu.c
Log message: Francois Gouget fgouget@free.fr Add missing '\n's to debug traces.
Patch: http://cvs.winehq.org/patch.py?id=10870
Old revision New revision Changes Path 1.97 1.98 +1 -1 wine/windows/user.c 1.3 1.4 +1 -1 wine/dlls/x11drv/xrandr.c 1.29 1.30 +3 -3 wine/dlls/wsock32/socket.c 1.3 1.4 +4 -4 wine/dlls/wsock32/service.c 1.110 1.111 +1 -1 wine/dlls/winmm/wineoss/audio.c 1.7 1.8 +1 -1 wine/dlls/winmm/winealsa/audio_05.c 1.16 1.17 +1 -1 wine/dlls/wininet/urlcache.c 1.20 1.21 +1 -1 wine/dlls/user/resource.c 1.30 1.31 +1 -1 wine/dlls/user/exticon.c 1.14 1.15 +1 -1 wine/dlls/shlwapi/thread.c 1.45 1.46 +1 -1 wine/dlls/shlwapi/reg.c 1.75 1.76 +2 -2 wine/dlls/shlwapi/ordinal.c 1.2 1.3 +3 -3 wine/dlls/shell32/shlfsbind.c 1.35 1.36 +3 -3 wine/dlls/shell32/shlfileop.c 1.100 1.101 +1 -1 wine/dlls/shell32/pidl.c 1.28 1.29 +1 -1 wine/dlls/shell32/changenotify.c 1.4 1.5 +1 -1 wine/dlls/setupapi/setupcab.c 1.25 1.26 +2 -2 wine/dlls/rpcrt4/rpc_server.c 1.19 1.20 +1 -1 wine/dlls/rpcrt4/rpc_binding.c 1.1 1.2 +1 -1 wine/dlls/oleaut32/typelib2.c 1.5 1.6 +1 -1 wine/dlls/netapi32/nbt.c 1.8 1.9 +1 -1 wine/dlls/msvideo/msrle32/msrle32.c 1.7 1.8 +3 -3 wine/dlls/kernel/ne_segment.c 1.8 1.9 +1 -1 wine/dlls/kernel/computername.c 1.4 1.5 +3 -4 wine/dlls/gdi/bidi.c 1.58 1.59 +1 -1 wine/dlls/ddraw/mesa.c 1.72 1.73 +2 -2 wine/dlls/commdlg/filedlg.c 1.92 1.93 +2 -2 wine/dlls/comctl32/propsheet.c 1.72 1.73 +2 -2 wine/dlls/comctl32/commctrl.c 1.12 1.13 +5 -5 wine/dlls/cabinet/cabextract.c 1.2 1.3 +4 -4 wine/dlls/avifil32/editstream.c 1.63 1.64 +2 -2 wine/dlls/advapi32/security.c 1.172 1.173 +1 -1 wine/controls/menu.c