ChangeSet ID: 16676
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/17 04:26:20
Modified files:
include : objbase.h
dlls/ole32 : stubmanager.c rpc.c marshal.c compobj_private.h
compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
- Add critsec debugging info.
- Move the modal loop called during RPCs into CoWaitForMultipleHandles.
- Use a mutex for long remoting calls to IRemUnknown methods.
- Remove locking in apartment_disconnectproxies as it is not needed.
- Use PostMessage instead of SendMessage so we can run the message
loop or not as appropriate.
Patch: http://cvs.winehq.org/patch.py?id=16676
Old revision New revision Changes Path
1.54 1.55 +8 -0 wine/include/objbase.h
1.18 1.19 +4 -0 wine/dlls/ole32/stubmanager.c
1.59 1.60 +57 -63 wine/dlls/ole32/rpc.c
1.71 1.72 +27 -13 wine/dlls/ole32/marshal.c
1.48 1.49 +26 -10 wine/dlls/ole32/compobj_private.h
1.144 1.145 +94 -1 wine/dlls/ole32/compobj.c
ChangeSet ID: 16675
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/03/17 04:25:25
Modified files:
dlls/winmm : winemm.h lolvldrv.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
Do not fallback to defaults if a driver, mapper, or midi is specified
in the registry; consolidate MMDRV_Init() into a single function.
Patch: http://cvs.winehq.org/patch.py?id=16675
Old revision New revision Changes Path
1.61 1.62 +4 -0 wine/dlls/winmm/winemm.h
1.64 1.65 +32 -51 wine/dlls/winmm/lolvldrv.c