comctl32/tests: Make cbt_hook_proc() static.

This commit is contained in:
Francois Gouget 2012-02-19 23:31:16 +01:00 committed by Alexandre Julliard
parent d01400fab0
commit 07d9d04de8
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{