Francois Gouget : shdocvw: Make adjust_ie_docobj_rect() static.

Alexandre Julliard julliard at winehq.org
Thu Aug 26 11:42:04 CDT 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Aug 26 13:03:00 2010 +0200

shdocvw: Make adjust_ie_docobj_rect() static.

---

 dlls/shdocvw/iexplore.c |    2 +-
 dlls/shdocvw/shdocvw.h  |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/shdocvw/iexplore.c b/dlls/shdocvw/iexplore.c
index cbbcac5..45b7b70 100644
--- a/dlls/shdocvw/iexplore.c
+++ b/dlls/shdocvw/iexplore.c
@@ -60,7 +60,7 @@ HRESULT update_ie_statustext(InternetExplorer* This, LPCWSTR text)
     return S_OK;
 }
 
-void adjust_ie_docobj_rect(HWND frame, RECT* rc)
+static void adjust_ie_docobj_rect(HWND frame, RECT* rc)
 {
     HWND hwndRebar = GetDlgItem(frame, IDC_BROWSE_REBAR);
     HWND hwndStatus = GetDlgItem(frame, IDC_BROWSE_STATUSBAR);
diff --git a/dlls/shdocvw/shdocvw.h b/dlls/shdocvw/shdocvw.h
index d45f559..4f3425d 100644
--- a/dlls/shdocvw/shdocvw.h
+++ b/dlls/shdocvw/shdocvw.h
@@ -284,7 +284,6 @@ static inline void SHDOCVW_UnlockModule(void) { InterlockedDecrement( &SHDOCVW_r
 extern HINSTANCE shdocvw_hinstance;
 extern void register_iewindow_class(void);
 extern void unregister_iewindow_class(void);
-extern void adjust_ie_docobj_rect(HWND, RECT*);
 extern HRESULT update_ie_statustext(InternetExplorer*, LPCWSTR);
 
 HRESULT register_class_object(BOOL);




More information about the wine-cvs mailing list