twain_32: Make userselect_dlgproc() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-01-04 15:56:00 +01:00 committed by Alexandre Julliard
parent 3939fd554f
commit f1b0a3d74b
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ typedef struct {
pTW_IDENTITY result;
} userselect_data;
INT_PTR CALLBACK userselect_dlgproc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
static INT_PTR CALLBACK userselect_dlgproc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
{
switch (msg)
{