Andrew Talbot : quartz: Declare a function static.
Module: wine Branch: master Commit: d303896fe0247549253596f9cf75e377146f3e45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d303896fe0247549253596f9cf... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Tue Jan 23 20:53:30 2007 +0000 quartz: Declare a function static. --- dlls/quartz/parser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/parser.c b/dlls/quartz/parser.c index 3a280b2..13fa2bc 100644 --- a/dlls/quartz/parser.c +++ b/dlls/quartz/parser.c @@ -596,7 +596,7 @@ static const IMediaSeekingVtbl Parser_Se MediaSeekingImpl_GetPreroll }; -HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv) +static HRESULT WINAPI Parser_OutputPin_QueryInterface(IPin * iface, REFIID riid, LPVOID * ppv) { Parser_OutputPin *This = (Parser_OutputPin *)iface;
participants (1)
-
Alexandre Julliard