winmm: Make WINMM_DRVMessage() static.

This commit is contained in:
Francois Gouget 2011-07-14 13:14:30 +02:00 committed by Alexandre Julliard
parent 17b386a689
commit 70730f9168
1 changed files with 1 additions and 1 deletions

View File

@ -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;