Commit f1b0a3d7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

twain_32: Make userselect_dlgproc() static.

parent 3939fd55
......@@ -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)
{
......
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