strmbase: Remove duplicate 'const' in strmbase.h.
This commit is contained in:
parent
661a8f3787
commit
ac45ab3d8f
|
@ -136,7 +136,7 @@ static HRESULT SetupRegisterAllClasses(const FactoryTemplate * pList, int num,
|
|||
return hr;
|
||||
}
|
||||
|
||||
HRESULT WINAPI AMovieSetupRegisterFilter2( const AMOVIESETUP_FILTER const * pFilter, IFilterMapper2 *pIFM2, BOOL bRegister)
|
||||
HRESULT WINAPI AMovieSetupRegisterFilter2(const AMOVIESETUP_FILTER *pFilter, IFilterMapper2 *pIFM2, BOOL bRegister)
|
||||
{
|
||||
if (!pFilter)
|
||||
return S_OK;
|
||||
|
|
|
@ -311,7 +311,7 @@ typedef struct tagFactoryTemplate {
|
|||
} FactoryTemplate;
|
||||
|
||||
HRESULT WINAPI AMovieDllRegisterServer2(BOOL bRegister);
|
||||
HRESULT WINAPI AMovieSetupRegisterFilter2( const AMOVIESETUP_FILTER const * pFilter, IFilterMapper2 *pIFM2, BOOL bRegister);
|
||||
HRESULT WINAPI AMovieSetupRegisterFilter2(const AMOVIESETUP_FILTER *pFilter, IFilterMapper2 *pIFM2, BOOL bRegister);
|
||||
|
||||
/* Dll Functions */
|
||||
BOOL WINAPI STRMBASE_DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv);
|
||||
|
|
Loading…
Reference in New Issue