joy.cpl: Make list_dlgproc() static.

oldstable
Francois Gouget 2012-06-12 10:25:27 +02:00 committed by Alexandre Julliard
parent 12b900ce70
commit 6d15b88897
1 changed files with 1 additions and 1 deletions

View File

@ -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)