Module: wine Branch: master Commit: ef9d3f1181e6963ea3ad0aac42695a5af99bacd8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef9d3f1181e6963ea3ad0aac42...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 10:49:45 2015 +0100
wshom.ocx: Make enum_thread_wnd_proc() static.
---
dlls/wshom.ocx/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/wshom.ocx/shell.c b/dlls/wshom.ocx/shell.c index 97781a5..826e290 100644 --- a/dlls/wshom.ocx/shell.c +++ b/dlls/wshom.ocx/shell.c @@ -254,7 +254,7 @@ static HRESULT WINAPI WshExec_get_ExitCode(IWshExec *iface, DWORD *code) 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;