Francois Gouget : msacm32/tests: Make acm_driver_func() static.
Module: wine Branch: master Commit: 199af34f08ffadcb5197c99b0c02ddf78cb17ad6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=199af34f08ffadcb5197c99b0c... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Jan 7 14:40:23 2017 +0100 msacm32/tests: Make acm_driver_func() static. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msacm32/tests/msacm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msacm32/tests/msacm.c b/dlls/msacm32/tests/msacm.c index 0816cb0..6e79f46 100644 --- a/dlls/msacm32/tests/msacm.c +++ b/dlls/msacm32/tests/msacm.c @@ -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) {
participants (1)
-
Alexandre Julliard