Francois Gouget : explorer: Make appbar_wndproc() static.

Alexandre Julliard julliard at winehq.org
Mon Dec 15 08:27:00 CST 2008


Module: wine
Branch: master
Commit: e1ca6799face03118337389c8fd2a4622a409496
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e1ca6799face03118337389c8fd2a4622a409496

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Dec 13 12:04:34 2008 +0100

explorer: Make appbar_wndproc() static.

---

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




More information about the wine-cvs mailing list