Commit 07d9d04d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

comctl32/tests: Make cbt_hook_proc() static.

parent d01400fa
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment