[PATCH] twain_32: Make userselect_dlgproc() static.

Francois Gouget fgouget at free.fr
Thu Jan 4 08:56:00 CST 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/twain_32/dsm_ctrl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/twain_32/dsm_ctrl.c b/dlls/twain_32/dsm_ctrl.c
index bfd0651cb46..0b2098654f8 100644
--- a/dlls/twain_32/dsm_ctrl.c
+++ b/dlls/twain_32/dsm_ctrl.c
@@ -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)
     {
-- 
2.15.1




More information about the wine-patches mailing list