Commit f36172ff authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winealsa.drv: Fix the m[io]dMessage() documentation.

parent 2b8b8b83
...@@ -1314,7 +1314,7 @@ LONG ALSA_MidiInit(void) ...@@ -1314,7 +1314,7 @@ LONG ALSA_MidiInit(void)
} }
/************************************************************************** /**************************************************************************
* midMessage (WINEOSS.4) * midMessage (WINEALSA.@)
*/ */
DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser, DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
DWORD_PTR dwParam1, DWORD_PTR dwParam2) DWORD_PTR dwParam1, DWORD_PTR dwParam2)
...@@ -1357,7 +1357,7 @@ DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser, ...@@ -1357,7 +1357,7 @@ DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
} }
/************************************************************************** /**************************************************************************
* modMessage (WINEOSS.5) * modMessage (WINEALSA.@)
*/ */
DWORD WINAPI ALSA_modMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser, DWORD WINAPI ALSA_modMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
DWORD_PTR dwParam1, DWORD_PTR dwParam2) DWORD_PTR dwParam1, DWORD_PTR dwParam2)
......
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