diff --git a/programs/explorer/appbar.c b/programs/explorer/appbar.c index 6564f2c1543..f6e1eb1c9e6 100644 --- a/programs/explorer/appbar.c +++ b/programs/explorer/appbar.c @@ -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) {