X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=activex%2Fobjectsafety.cpp;h=3806d36ca2763ccfb993203891d81bd29e64b441;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=8f333d4d74830d3b46920ec0869e15df5aa25d5b;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/activex/objectsafety.cpp b/activex/objectsafety.cpp index 8f333d4d74..3806d36ca2 100644 --- a/activex/objectsafety.cpp +++ b/activex/objectsafety.cpp @@ -26,13 +26,13 @@ #include "axvlc_idl.h" #if 0 -const GUID IID_IObjectSafety = - {0xCB5BDC81,0x93C1,0x11cf,{0x8F,0x20,0x00,0x80,0x5F,0x2C,0xD0,0x64}}; +const GUID IID_IObjectSafety = + {0xCB5BDC81,0x93C1,0x11cf,{0x8F,0x20,0x00,0x80,0x5F,0x2C,0xD0,0x64}}; #endif using namespace std; -STDMETHODIMP VLCObjectSafety::GetInterfaceSafetyOptions( +STDMETHODIMP VLCObjectSafety::GetInterfaceSafetyOptions( REFIID riid, DWORD *pdwSupportedOptions, DWORD *pdwEnabledOptions @@ -61,7 +61,7 @@ STDMETHODIMP VLCObjectSafety::GetInterfaceSafetyOptions( return E_NOINTERFACE; }; -STDMETHODIMP VLCObjectSafety::SetInterfaceSafetyOptions( +STDMETHODIMP VLCObjectSafety::SetInterfaceSafetyOptions( REFIID riid, DWORD dwOptionSetMask, DWORD dwEnabledOptions