Commit d21aca41 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msctf: Mark internal symbols with hidden visibility.

parent e0d7461d
...@@ -65,6 +65,7 @@ extern CLSID get_textservice_clsid(TfClientId tid) DECLSPEC_HIDDEN; ...@@ -65,6 +65,7 @@ extern CLSID get_textservice_clsid(TfClientId tid) DECLSPEC_HIDDEN;
extern HRESULT get_textservice_sink(TfClientId tid, REFCLSID iid, IUnknown** sink) DECLSPEC_HIDDEN; extern HRESULT get_textservice_sink(TfClientId tid, REFCLSID iid, IUnknown** sink) DECLSPEC_HIDDEN;
extern HRESULT set_textservice_sink(TfClientId tid, REFCLSID iid, IUnknown* sink) DECLSPEC_HIDDEN; extern HRESULT set_textservice_sink(TfClientId tid, REFCLSID iid, IUnknown* sink) DECLSPEC_HIDDEN;
extern const WCHAR szwSystemTIPKey[]; extern const WCHAR szwSystemTIPKey[] DECLSPEC_HIDDEN;
extern const WCHAR szwSystemCTFKey[]; extern const WCHAR szwSystemCTFKey[] DECLSPEC_HIDDEN;
#endif /* __WINE_MSCTF_I_H */ #endif /* __WINE_MSCTF_I_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment