wine/ include/objbase.h dlls/ole32/stubmanager ...
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
participants (1)
-
Alexandre Julliard