Francois Gouget : twain_32: Make userselect_dlgproc() static.

Alexandre Julliard julliard at winehq.org
Thu Jan 4 17:03:21 CST 2018


Module: wine
Branch: master
Commit: f1b0a3d74bdaca4c30f754394feb9463218e23bf
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f1b0a3d74bdaca4c30f754394feb9463218e23bf

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Jan  4 15:56:00 2018 +0100

twain_32: Make userselect_dlgproc() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 bfd0651..0b20986 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)
     {




More information about the wine-cvs mailing list