explorer: Make appbar_wndproc() static.

This commit is contained in:
Francois Gouget 2008-12-13 12:04:34 +01:00 committed by Alexandre Julliard
parent ea79b297f5
commit e1ca6799fa

View file

@ -220,7 +220,7 @@ static UINT_PTR handle_appbarmessage(DWORD msg, PAPPBARDATA abd)
}
}
LRESULT CALLBACK appbar_wndproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
static LRESULT CALLBACK appbar_wndproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
{
switch (msg)
{