wshom.ocx: Make enum_thread_wnd_proc() static.

Francois Gouget fgouget at free.fr
Fri Mar 13 04:49:45 CDT 2015


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




More information about the wine-patches mailing list