ChangeSet ID: 15060 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/27 13:24:55
Modified files: dlls/ole32 : rpc.c compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com Implement COM local servers using table marshaling to avoid doing the marshaling in a child thread where COM has not been initialized.
Patch: http://cvs.winehq.org/patch.py?id=15060
Old revision New revision Changes Path 1.33 1.34 +87 -0 wine/dlls/ole32/rpc.c 1.24 1.25 +1 -0 wine/dlls/ole32/compobj_private.h 1.116 1.117 +41 -114 wine/dlls/ole32/compobj.c