[PATCH] mshtml: mark function as DECLSPEC_HIDDEN

Marcus Meissner meissner at suse.de
Mon Jan 2 14:57:22 CST 2012


---
 dlls/mshtml/binding.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/binding.h b/dlls/mshtml/binding.h
index a392037..0d7a3a7 100644
--- a/dlls/mshtml/binding.h
+++ b/dlls/mshtml/binding.h
@@ -112,4 +112,4 @@ HRESULT super_navigate(HTMLWindow*,IUri*,const WCHAR*,BYTE*,DWORD) DECLSPEC_HIDD
 HRESULT create_channelbsc(IMoniker*,const WCHAR*,BYTE*,DWORD,nsChannelBSC**) DECLSPEC_HIDDEN;
 HRESULT channelbsc_load_stream(nsChannelBSC*,IStream*) DECLSPEC_HIDDEN;
 void channelbsc_set_channel(nsChannelBSC*,nsChannel*,nsIStreamListener*,nsISupports*) DECLSPEC_HIDDEN;
-IUri *nsuri_get_uri(nsWineURI*);
+IUri *nsuri_get_uri(nsWineURI*) DECLSPEC_HIDDEN;
-- 
1.7.1




More information about the wine-patches mailing list