Module: wine Branch: master Commit: 07d9d04de845990cf89851d2d542b1ad96260e22 URL: http://source.winehq.org/git/wine.git/?a=commit;h=07d9d04de845990cf89851d2d5...
Author: Francois Gouget fgouget@free.fr Date: Sun Feb 19 23:31:16 2012 +0100
comctl32/tests: Make cbt_hook_proc() static.
---
dlls/comctl32/tests/toolbar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/tests/toolbar.c b/dlls/comctl32/tests/toolbar.c index 2444975..9de319f 100644 --- a/dlls/comctl32/tests/toolbar.c +++ b/dlls/comctl32/tests/toolbar.c @@ -1776,7 +1776,7 @@ static LRESULT WINAPI toolbar_subclass_proc(HWND hwnd, UINT msg, WPARAM wParam, return CallWindowProcA(oldproc, hwnd, msg, wParam, lParam); }
-LRESULT CALLBACK cbt_hook_proc(int code, WPARAM wParam, LPARAM lParam) +static LRESULT CALLBACK cbt_hook_proc(int code, WPARAM wParam, LPARAM lParam) { if (code == HCBT_CREATEWND) {