wshom.ocx: Make enum_thread_wnd_proc() static.
This commit is contained in:
parent
04a260faa2
commit
ef9d3f1181
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user