https://bugs.winehq.org/show_bug.cgi?id=46610
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- (In reply to Fabian Maurer from comment #4)
It's definitely an interesting one, though; the application takes the unusually creative step of passing an interface (not an interface pointer) as a parameter to one of their typelib methods.
Where does it do that?
Er, not that it actually passes an interface pointer, but it declares the method as taking one, i.e.
HRESULT Start(long PID, BSTR Version, IEventSink Notify);