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:
parent
3939fd554f
commit
f1b0a3d74b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue