Commit 199af34f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msacm32/tests: Make acm_driver_func() static.

parent a0a22397
......@@ -848,7 +848,7 @@ static struct
int other;
} 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)
{
......
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