wshom.ocx: Make enum_thread_wnd_proc() static.

This commit is contained in:
Francois Gouget 2015-03-13 10:49:45 +01:00 committed by Alexandre Julliard
parent 04a260faa2
commit ef9d3f1181

View File

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