Module: wine Branch: master Commit: adeba6ee8058f4b21256c175ceff76c30af95257 URL: http://source.winehq.org/git/wine.git/?a=commit;h=adeba6ee8058f4b21256c175ce... Author: Huw Davies <huw(a)codeweavers.com> Date: Thu Apr 1 13:02:17 2010 +0100 oleaut32: Only oleautomation interfaces as well as all dispinterfaces should be registered. --- .gitignore | 3 + dlls/oleaut32/tests/Makefile.in | 5 +- dlls/oleaut32/tests/test_reg.idl | 130 ++++++++++++++++++++++++++++++++++++++ dlls/oleaut32/tests/tmarshal.rc | 3 + dlls/oleaut32/tests/typelib.c | 115 ++++++++++++++++++++++++++++++++- dlls/oleaut32/typelib.c | 5 +- 6 files changed, 256 insertions(+), 5 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=adeba6ee8058f4b21256c1...