mshtml: Mark function as hidden.

This commit is contained in:
Marcus Meissner 2012-01-02 21:57:22 +01:00 committed by Alexandre Julliard
parent 77a3d90abf
commit 3a58d28427
1 changed files with 1 additions and 1 deletions

View File

@ -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;