Alessandro Pignotti : quartz: Make GetClassMediaFile visible in the module.

Alexandre Julliard julliard at winehq.org
Wed Feb 27 14:41:58 CST 2013


Module: wine
Branch: master
Commit: 916854c5a877ccac95558a0180d9bc006c12674c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=916854c5a877ccac95558a0180d9bc006c12674c

Author: Alessandro Pignotti <a.pignotti at sssup.it>
Date:   Thu Feb 21 16:29:55 2013 +0100

quartz: Make GetClassMediaFile visible in the module.

---

 dlls/quartz/filesource.c     |    2 +-
 dlls/quartz/quartz_private.h |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/quartz/filesource.c b/dlls/quartz/filesource.c
index e81110f..5bde1e5 100644
--- a/dlls/quartz/filesource.c
+++ b/dlls/quartz/filesource.c
@@ -254,7 +254,7 @@ static HRESULT process_pattern_string(LPCWSTR wszPatternString, IAsyncReader * p
         return hr;
 }
 
-static HRESULT GetClassMediaFile(IAsyncReader * pReader, LPCOLESTR pszFileName, GUID * majorType, GUID * minorType, GUID * sourceFilter)
+HRESULT GetClassMediaFile(IAsyncReader * pReader, LPCOLESTR pszFileName, GUID * majorType, GUID * minorType, GUID * sourceFilter)
 {
     HKEY hkeyMediaType = NULL;
     LONG lRet;
diff --git a/dlls/quartz/quartz_private.h b/dlls/quartz/quartz_private.h
index d8bcdbf..af0300e 100644
--- a/dlls/quartz/quartz_private.h
+++ b/dlls/quartz/quartz_private.h
@@ -67,4 +67,6 @@ extern void video_unregister_windowclass(void) DECLSPEC_HIDDEN;
 BOOL CompareMediaTypes(const AM_MEDIA_TYPE * pmt1, const AM_MEDIA_TYPE * pmt2, BOOL bWildcards);
 void dump_AM_MEDIA_TYPE(const AM_MEDIA_TYPE * pmt) DECLSPEC_HIDDEN;
 
+HRESULT GetClassMediaFile(IAsyncReader * pReader, LPCOLESTR pszFileName, GUID * majorType, GUID * minorType, GUID * sourceFilter);
+
 #endif /* __QUARTZ_PRIVATE_INCLUDED__ */




More information about the wine-cvs mailing list