Marcus Meissner : mshtml: Mark function as hidden.

Alexandre Julliard julliard at winehq.org
Tue Jan 3 12:52:53 CST 2012


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

Author: Marcus Meissner <meissner at suse.de>
Date:   Mon Jan  2 21:57:22 2012 +0100

mshtml: Mark function as hidden.

---

 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;




More information about the wine-cvs mailing list