Commit d415cf5f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

explorer: Make explorer_wnd_proc() static.

parent 82282185
...@@ -116,7 +116,7 @@ static void do_exit(int code) ...@@ -116,7 +116,7 @@ static void do_exit(int code)
ExitProcess(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 *info
= (explorer_info*)GetWindowLongPtrW(hwnd,EXPLORER_INFO_INDEX); = (explorer_info*)GetWindowLongPtrW(hwnd,EXPLORER_INFO_INDEX);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment