Francois Gouget : comctl32/tests: Make cbt_hook_proc() static.

Alexandre Julliard julliard at winehq.org
Mon Feb 20 11:17:32 CST 2012


Module: wine
Branch: master
Commit: 07d9d04de845990cf89851d2d542b1ad96260e22
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07d9d04de845990cf89851d2d542b1ad96260e22

Author: Francois Gouget <fgouget at 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)
     {




More information about the wine-cvs mailing list