Francois Gouget : winmm: Make WINMM_DRVMessage() static.

Alexandre Julliard julliard at winehq.org
Thu Jul 14 13:08:18 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Jul 14 13:14:30 2011 +0200

winmm: Make WINMM_DRVMessage() static.

---

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

diff --git a/dlls/winmm/waveform.c b/dlls/winmm/waveform.c
index 037ed11..48faf0f 100644
--- a/dlls/winmm/waveform.c
+++ b/dlls/winmm/waveform.c
@@ -2543,7 +2543,7 @@ static UINT WINMM_QueryInstanceID(UINT device, WCHAR *str, DWORD_PTR len,
     return MMSYSERR_NOERROR;
 }
 
-UINT WINMM_DRVMessage(UINT dev, UINT message, DWORD_PTR param1,
+static UINT WINMM_DRVMessage(UINT dev, UINT message, DWORD_PTR param1,
         DWORD_PTR param2, BOOL is_out)
 {
     WINE_MLD *wmld;




More information about the wine-cvs mailing list