explorer: Make appbar_wndproc() static.

Francois Gouget fgouget at free.fr
Sat Dec 13 05:04:34 CST 2008


---
 programs/explorer/appbar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/explorer/appbar.c b/programs/explorer/appbar.c
index 6564f2c..f6e1eb1 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)
     {
-- 
1.5.6.5




More information about the wine-patches mailing list