explorer: Make appbar_wndproc() static.

oldstable
Francois Gouget 2008-12-13 12:04:34 +01:00 committed by Alexandre Julliard
parent ea79b297f5
commit e1ca6799fa
1 changed files with 1 additions and 1 deletions

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