Module: wine Branch: master Commit: a3029f01d7b3a2d1ff3687645511539458530fc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3029f01d7b3a2d1ff36876455...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 16 08:32:51 2011 +0100
qcap: Make VfwPin_GetMediaTypeVersion() static.
---
dlls/qcap/vfwcapture.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/qcap/vfwcapture.c b/dlls/qcap/vfwcapture.c index 4492eab..8997480 100644 --- a/dlls/qcap/vfwcapture.c +++ b/dlls/qcap/vfwcapture.c @@ -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; }