20 Oct
2010
20 Oct
'10
6:24 p.m.
Module: wine Branch: master Commit: e479273acabff0d1773109cdd6482fffbf949f65 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e479273acabff0d1773109cdd6... Author: Aric Stewart <aric(a)codeweavers.com> Date: Wed Oct 20 09:25:37 2010 -0500 strmbase: Implement OLE registration in AMovieDllRegisterServer2. --- dlls/qcap/Makefile.in | 1 - dlls/qcap/dllsetup.c | 161 ----------------------------------------------- dlls/qcap/dllsetup.h | 38 ----------- dlls/qcap/qcap_main.c | 7 +-- dlls/strmbase/dllfunc.c | 105 ++++++++++++++++++++++++++++++ 5 files changed, 107 insertions(+), 205 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e479273acabff0d1773109...