explorer: Make explorer_wnd_proc() static.

This commit is contained in:
Francois Gouget 2011-06-19 14:09:31 +02:00 committed by Alexandre Julliard
parent 82282185a9
commit d415cf5f30

View file

@ -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);