Commit 70730f91 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winmm: Make WINMM_DRVMessage() static.

parent 17b386a6
...@@ -2543,7 +2543,7 @@ static UINT WINMM_QueryInstanceID(UINT device, WCHAR *str, DWORD_PTR len, ...@@ -2543,7 +2543,7 @@ static UINT WINMM_QueryInstanceID(UINT device, WCHAR *str, DWORD_PTR len,
return MMSYSERR_NOERROR; 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) DWORD_PTR param2, BOOL is_out)
{ {
WINE_MLD *wmld; WINE_MLD *wmld;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment