From d415cf5f30efeed6a4c21e886c021fe00b325980 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 19 Jun 2011 14:09:31 +0200 Subject: [PATCH] explorer: Make explorer_wnd_proc() static. --- programs/explorer/explorer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c index 6411c1611b8..d04457bfa22 100644 --- a/programs/explorer/explorer.c +++ b/programs/explorer/explorer.c @@ -116,7 +116,7 @@ static void do_exit(int code) ExitProcess(code); } -LRESULT CALLBACK explorer_wnd_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) +static LRESULT CALLBACK explorer_wnd_proc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { explorer_info *info = (explorer_info*)GetWindowLongPtrW(hwnd,EXPLORER_INFO_INDEX);