ChangeSet ID: 20106 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/09 05:19:45
Modified files: include : winnt.h dlls/x11drv : xrender.c xfont.c xdnd.c x11drv_main.c dib.c dce.c dlls/winspool : info.c dlls/winsock : async.c dlls/winmm/wineoss: midi.c audio.c dlls/winmm/winealsa: midi.c dlls/winmm : winmm.c dlls/wininet : internet.c dlls/winedos : vga.c dosvm.c dlls/winaspi : winaspi32.c dlls/user : winproc.c user_main.c message.c dde_misc.c cursoricon.c dlls/shell32 : iconcache.c changenotify.c dlls/rpcrt4 : rpcrt4_main.c rpc_server.c dlls/oleaut32 : typelib.c dlls/ole32 : rpc.c ifs.c git.c compobj_private.h compobj.c dlls/ntdll : virtual.c time.c rtl.c loader.c heap.c exception.c directory.c critsection.c cdrom.c dlls/msi : handle.c dlls/mscms : handle.c dlls/kernel : vxd.c syslevel.c profile.c module.c lcformat.c kernel_main.c console.c dlls/gdi : gdiobj.c driver.c dlls/dsound : duplex.c dsound.c capture.c buffer.c dlls/dinput : keyboard.c joystick_linux.c dlls/advapi32 : service.c
Log message: Use a more portable scheme for storing the name of a critical section.
Patch: http://cvs.winehq.org/patch.py?id=20106
Old revision New revision Changes Path 1.219 1.220 +4 -0 wine/include/winnt.h 1.70 1.71 +1 -1 wine/dlls/x11drv/xrender.c 1.24 1.25 +1 -1 wine/dlls/x11drv/xfont.c 1.6 1.7 +1 -1 wine/dlls/x11drv/xdnd.c 1.110 1.111 +1 -1 wine/dlls/x11drv/x11drv_main.c 1.42 1.43 +1 -1 wine/dlls/x11drv/dib.c 1.7 1.8 +1 -1 wine/dlls/x11drv/dce.c 1.125 1.126 +1 -1 wine/dlls/winspool/info.c 1.35 1.36 +1 -1 wine/dlls/winsock/async.c 1.48 1.49 +1 -1 wine/dlls/winmm/wineoss/midi.c 1.164 1.165 +1 -1 wine/dlls/winmm/wineoss/audio.c 1.19 1.20 +1 -1 wine/dlls/winmm/winealsa/midi.c 1.55 1.56 +1 -1 wine/dlls/winmm/winmm.c 1.131 1.132 +1 -1 wine/dlls/wininet/internet.c 1.50 1.51 +1 -1 wine/dlls/winedos/vga.c 1.63 1.64 +1 -1 wine/dlls/winedos/dosvm.c 1.33 1.34 +1 -1 wine/dlls/winaspi/winaspi32.c 1.7 1.8 +1 -1 wine/dlls/user/winproc.c 1.93 1.94 +1 -1 wine/dlls/user/user_main.c 1.89 1.90 +1 -1 wine/dlls/user/message.c 1.4 1.5 +1 -1 wine/dlls/user/dde_misc.c 1.15 1.16 +1 -1 wine/dlls/user/cursoricon.c 1.92 1.93 +1 -1 wine/dlls/shell32/iconcache.c 1.33 1.34 +1 -1 wine/dlls/shell32/changenotify.c 1.59 1.60 +1 -1 wine/dlls/rpcrt4/rpcrt4_main.c 1.42 1.43 +3 -3 wine/dlls/rpcrt4/rpc_server.c 1.167 1.168 +1 -1 wine/dlls/oleaut32/typelib.c 1.64 1.65 +1 -1 wine/dlls/ole32/rpc.c 1.52 1.53 +1 -1 wine/dlls/ole32/ifs.c 1.16 1.17 +1 -1 wine/dlls/ole32/git.c 1.56 1.57 +2 -7 wine/dlls/ole32/compobj_private.h 1.160 1.161 +3 -3 wine/dlls/ole32/compobj.c 1.63 1.64 +1 -1 wine/dlls/ntdll/virtual.c 1.76 1.77 +1 -1 wine/dlls/ntdll/time.c 1.79 1.80 +1 -1 wine/dlls/ntdll/rtl.c 1.103 1.104 +1 -1 wine/dlls/ntdll/loader.c 1.48 1.49 +1 -1 wine/dlls/ntdll/heap.c 1.83 1.84 +1 -1 wine/dlls/ntdll/exception.c 1.36 1.37 +1 -1 wine/dlls/ntdll/directory.c 1.33 1.34 +4 -5 wine/dlls/ntdll/critsection.c 1.69 1.70 +1 -1 wine/dlls/ntdll/cdrom.c 1.9 1.10 +2 -2 wine/dlls/msi/handle.c 1.6 1.7 +1 -1 wine/dlls/mscms/handle.c 1.20 1.21 +1 -1 wine/dlls/kernel/vxd.c 1.8 1.9 +1 -1 wine/dlls/kernel/syslevel.c 1.27 1.28 +1 -1 wine/dlls/kernel/profile.c 1.16 1.17 +1 -1 wine/dlls/kernel/module.c 1.17 1.18 +1 -1 wine/dlls/kernel/lcformat.c 1.81 1.82 +1 -1 wine/dlls/kernel/kernel_main.c 1.43 1.44 +1 -1 wine/dlls/kernel/console.c 1.17 1.18 +1 -1 wine/dlls/gdi/gdiobj.c 1.40 1.41 +1 -1 wine/dlls/gdi/driver.c 1.1 1.2 +2 -2 wine/dlls/dsound/duplex.c 1.35 1.36 +4 -4 wine/dlls/dsound/dsound.c 1.52 1.53 +2 -2 wine/dlls/dsound/capture.c 1.51 1.52 +3 -3 wine/dlls/dsound/buffer.c 1.19 1.20 +1 -1 wine/dlls/dinput/keyboard.c 1.32 1.33 +2 -2 wine/dlls/dinput/joystick_linux.c 1.92 1.93 +1 -1 wine/dlls/advapi32/service.c