msacm32/tests: Make acm_driver_func() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2017-01-07 14:40:23 +01:00 committed by Alexandre Julliard
parent a0a22397fd
commit 199af34f08
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ static struct
int other; int other;
} driver_calls; } driver_calls;
LRESULT CALLBACK acm_driver_func(DWORD_PTR id, HDRVR handle, UINT msg, LPARAM param1, LPARAM param2) static LRESULT CALLBACK acm_driver_func(DWORD_PTR id, HDRVR handle, UINT msg, LPARAM param1, LPARAM param2)
{ {
switch (msg) switch (msg)
{ {