Module: wine Branch: master Commit: 6d15b88897c6cf4178baf89dd975111789c51d2f URL: http://source.winehq.org/git/wine.git/?a=commit;h=6d15b88897c6cf4178baf89dd9...
Author: Francois Gouget fgouget@free.fr Date: Tue Jun 12 10:25:27 2012 +0200
joy.cpl: Make list_dlgproc() static.
---
dlls/joy.cpl/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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)