ChangeSet ID: 21181 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/09 04:29:11
Modified files: dlls/ole32 : rpc.c ole2.c ole16.c compobj_private.h compobj.c
Log message: Robert Shearman rob@codeweavers.com - Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT. - Fix up the callers and reorganize CoGetClassObject to split out the inproc code into another function.
Patch: http://cvs.winehq.org/patch.py?id=21181
Old revision New revision Changes Path 1.67 1.68 +7 -16 wine/dlls/ole32/rpc.c 1.77 1.78 +13 -29 wine/dlls/ole32/ole2.c 1.22 1.23 +16 -17 wine/dlls/ole32/ole16.c 1.58 1.59 +1 -1 wine/dlls/ole32/compobj_private.h 1.166 1.167 +92 -74 wine/dlls/ole32/compobj.c