Commit d5294ea5 authored by JP Dinger's avatar JP Dinger

activex plugin: looks like this was missing.

parent 4a686e86
......@@ -39,6 +39,7 @@ STDMETHODIMP VLCSupportErrorInfo::InterfaceSupportsErrorInfo(REFIID riid)
|| (riid == IID_IVLCPlaylist)
|| (riid == IID_IVLCPlaylistItems)
|| (riid == IID_IVLCVideo)
|| (riid == IID_IVLCSubtitle)
|| (riid == IID_IVLCControl2) )
{
return S_OK;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment