Francois Gouget : msacm32/tests: Make acm_driver_func() static.

Alexandre Julliard julliard at winehq.org
Tue Jan 10 15:24:42 CST 2017


Module: wine
Branch: master
Commit: 199af34f08ffadcb5197c99b0c02ddf78cb17ad6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=199af34f08ffadcb5197c99b0c02ddf78cb17ad6

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  7 14:40:23 2017 +0100

msacm32/tests: Make acm_driver_func() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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)
     {




More information about the wine-cvs mailing list