winmm: Make MMDRV_GetRelated() static.

Francois Gouget fgouget at free.fr
Sun Jul 17 03:17:54 CDT 2011


---
 dlls/winmm/lolvldrv.c |    2 +-
 dlls/winmm/winemm.h   |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c
index 907d356..cea8d46 100644
--- a/dlls/winmm/lolvldrv.c
+++ b/dlls/winmm/lolvldrv.c
@@ -278,7 +278,7 @@ LPWINE_MLD	MMDRV_Get(HANDLE _hndl, UINT type, BOOL bCanBeID)
 /**************************************************************************
  * 				MMDRV_GetRelated		[internal]
  */
-LPWINE_MLD	MMDRV_GetRelated(HANDLE hndl, UINT srcType,
+static LPWINE_MLD MMDRV_GetRelated(HANDLE hndl, UINT srcType,
 				 BOOL bSrcCanBeID, UINT dstType)
 {
     LPWINE_MLD		mld;
diff --git a/dlls/winmm/winemm.h b/dlls/winmm/winemm.h
index 38f72b3..e405413 100644
--- a/dlls/winmm/winemm.h
+++ b/dlls/winmm/winemm.h
@@ -140,7 +140,6 @@ void		MMDRV_Free(HANDLE hndl, LPWINE_MLD mld) DECLSPEC_HIDDEN;
 DWORD		MMDRV_Open(LPWINE_MLD mld, UINT wMsg, DWORD_PTR dwParam1, DWORD dwParam2) DECLSPEC_HIDDEN;
 DWORD		MMDRV_Close(LPWINE_MLD mld, UINT wMsg) DECLSPEC_HIDDEN;
 LPWINE_MLD	MMDRV_Get(HANDLE hndl, UINT type, BOOL bCanBeID) DECLSPEC_HIDDEN;
-LPWINE_MLD	MMDRV_GetRelated(HANDLE hndl, UINT srcType, BOOL bSrcCanBeID, UINT dstTyped) DECLSPEC_HIDDEN;
 DWORD           MMDRV_Message(LPWINE_MLD mld, UINT wMsg, DWORD_PTR dwParam1, DWORD_PTR dwParam2) DECLSPEC_HIDDEN;
 UINT		MMDRV_PhysicalFeatures(LPWINE_MLD mld, UINT uMsg, DWORD_PTR dwParam1, DWORD_PTR dwParam2) DECLSPEC_HIDDEN;
 
-- 
1.7.5.4




More information about the wine-patches mailing list