[PATCH v2 0/1] MR4697: include: Add SampleGrabber coclass definition in qedit.idl.
-- v2: include: Add SampleGrabber coclass definition in qedit.idl. https://gitlab.winehq.org/wine/wine/-/merge_requests/4697
From: Biswapriyo Nath <nathbappai(a)gmail.com> --- include/qedit.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/qedit.idl b/include/qedit.idl index 753ac15bf43..88c24435270 100644 --- a/include/qedit.idl +++ b/include/qedit.idl @@ -80,6 +80,14 @@ interface ISampleGrabber: IUnknown ); } +[ + uuid(c1f400a0-3f08-11d3-9f0b-006008039e37) +] +coclass SampleGrabber +{ + [default] interface ISampleGrabber; +} + [ object, uuid(65bd0710-24d2-4FF7-9324-ed2e5d3abafa), -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4697
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=141208 Your paranoid android. === debian11 (build log) === include/qedit.h:400:13: error: redefinition of ���CLSID_SampleGrabber��� include/qedit.h:400:13: error: redefinition of ���CLSID_SampleGrabber��� Task: The win32 Wine build failed === debian11b (build log) === include/qedit.h:400:13: error: redefinition of ���CLSID_SampleGrabber��� include/qedit.h:400:13: error: redefinition of ���CLSID_SampleGrabber��� Task: The wow64 Wine build failed
participants (3)
-
Biswapriyo Nath -
Biswapriyo Nath (@Biswa96) -
Marvin