Francois Gouget : explorer: Make explorer_wnd_proc() static.

Alexandre Julliard julliard at winehq.org
Mon Jun 20 14:24:08 CDT 2011


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Jun 19 14:09:31 2011 +0200

explorer: Make explorer_wnd_proc() static.

---

 programs/explorer/explorer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/explorer/explorer.c b/programs/explorer/explorer.c
index 6411c16..d04457b 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);




More information about the wine-cvs mailing list