Commit 6d15b888 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

joy.cpl: Make list_dlgproc() static.

parent 12b900ce
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment