explorer: Make appbar_wndproc() static.
This commit is contained in:
parent
ea79b297f5
commit
e1ca6799fa
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue