joy.cpl: Make list_dlgproc() static.

Francois Gouget fgouget at free.fr
Tue Jun 12 03:25:27 CDT 2012


---
 dlls/joy.cpl/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/joy.cpl/main.c b/dlls/joy.cpl/main.c
index 2882575..a58d768 100644
--- a/dlls/joy.cpl/main.c
+++ b/dlls/joy.cpl/main.c
@@ -126,7 +126,7 @@ static void destroy_joysticks(struct JoystickData *data)
  * list_dlgproc [internal]
  *
  */
-INT_PTR CALLBACK list_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
+static INT_PTR CALLBACK list_dlgproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
 {
     TRACE("(%p, 0x%08x/%d, 0x%lx)\n", hwnd, msg, msg, lparam);
     switch (msg)
-- 
1.7.10




More information about the wine-patches mailing list