comctl32/tests: Make cbt_hook_proc() static.
This commit is contained in:
parent
d01400fab0
commit
07d9d04de8
|
@ -1776,7 +1776,7 @@ static LRESULT WINAPI toolbar_subclass_proc(HWND hwnd, UINT msg, WPARAM wParam,
|
||||||
return CallWindowProcA(oldproc, hwnd, msg, wParam, lParam);
|
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)
|
if (code == HCBT_CREATEWND)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue