qcap: Make VfwPin_GetMediaTypeVersion() static.

This commit is contained in:
Francois Gouget 2011-03-16 08:32:51 +01:00 committed by Alexandre Julliard
parent d007d9feea
commit a3029f01d7
1 changed files with 1 additions and 1 deletions

View File

@ -684,7 +684,7 @@ static HRESULT WINAPI VfwPin_GetMediaType(BasePin *iface, int iPosition, AM_MEDI
return hr;
}
LONG WINAPI VfwPin_GetMediaTypeVersion(BasePin *iface)
static LONG WINAPI VfwPin_GetMediaTypeVersion(BasePin *iface)
{
return 1;
}