ChangeSet ID: 15059 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/27 13:21:47
Modified files: dlls/ole32/tests: marshal.c dlls/ole32 : rpc.c marshal.c compobj_private.h compobj.c Makefile.in Added files: dlls/ole32 : stubmanager.c
Log message: Mike Hearn mh@codeweavers.com - Implement the COM stub manager, refactor the current stub code. - Begin implementing interface stubs.
Patch: http://cvs.winehq.org/patch.py?id=15059
Old revision New revision Changes Path 1.1 1.2 +8 -7 wine/dlls/ole32/tests/marshal.c 1.32 1.33 +13 -18 wine/dlls/ole32/rpc.c 1.41 1.42 +130 -140 wine/dlls/ole32/marshal.c 1.23 1.24 +48 -9 wine/dlls/ole32/compobj_private.h 1.115 1.116 +32 -5 wine/dlls/ole32/compobj.c 1.40 1.41 +2 -1 wine/dlls/ole32/Makefile.in Added 1.1 +0 -0 wine/dlls/ole32/stubmanager.c