Commit a3029f01 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

qcap: Make VfwPin_GetMediaTypeVersion() static.

parent d007d9fe
......@@ -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;
}
......
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