wine/dlls/ole32 tests/marshal.c stubmanager.c ...

Alexandre Julliard julliard at winehq.org
Wed Jan 26 15:07:05 CST 2005


ChangeSet ID:	15704
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/01/26 15:07:05

Modified files:
	dlls/ole32/tests: marshal.c 
	dlls/ole32     : stubmanager.c rpc.c oleproxy.c marshal.c 
	                 compobj_private.h 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Make proxy manager use IMultiQI instead of IInternalUnknown as tests
	show that IInternalUnknown isn't exposed.
	- Implement IMultiQI on top of IRemUnknown calls.
	- Silence some fixmes that occur during tests and don't give us any
	useful information.
	- Fix typo in class factory proxy that caused us to use the wrong
	offset into the CFProxy structure, causing us to not call the
	outer_unknown properly.

Patch: http://cvs.winehq.org/patch.py?id=15704

Old revision  New revision  Changes     Path
 1.9           1.10          +1 -1       wine/dlls/ole32/tests/marshal.c
 1.11          1.12          +12 -4      wine/dlls/ole32/stubmanager.c
 1.49          1.50          +10 -6      wine/dlls/ole32/rpc.c
 1.28          1.29          +1 -1       wine/dlls/ole32/oleproxy.c
 1.58          1.59          +148 -53    wine/dlls/ole32/marshal.c
 1.38          1.39          +1 -1       wine/dlls/ole32/compobj_private.h




More information about the wine-cvs mailing list