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

wshom.ocx: Make enum_thread_wnd_proc() static.

parent 04a260fa
...@@ -254,7 +254,7 @@ static HRESULT WINAPI WshExec_get_ExitCode(IWshExec *iface, DWORD *code) ...@@ -254,7 +254,7 @@ static HRESULT WINAPI WshExec_get_ExitCode(IWshExec *iface, DWORD *code)
return E_NOTIMPL; return E_NOTIMPL;
} }
BOOL CALLBACK enum_thread_wnd_proc(HWND hwnd, LPARAM lParam) static BOOL CALLBACK enum_thread_wnd_proc(HWND hwnd, LPARAM lParam)
{ {
INT *count = (INT*)lParam; INT *count = (INT*)lParam;
......
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