Francois Gouget : msctf: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 24 10:00:45 CDT 2015


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 24 11:41:46 2015 +0100

msctf: Mark internal symbols with hidden visibility.

---

 dlls/msctf/msctf_internal.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dlls/msctf/msctf_internal.h b/dlls/msctf/msctf_internal.h
index 5dd823f..03370bd 100644
--- a/dlls/msctf/msctf_internal.h
+++ b/dlls/msctf/msctf_internal.h
@@ -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 set_textservice_sink(TfClientId tid, REFCLSID iid, IUnknown* sink) DECLSPEC_HIDDEN;
 
-extern const WCHAR szwSystemTIPKey[];
-extern const WCHAR szwSystemCTFKey[];
+extern const WCHAR szwSystemTIPKey[] DECLSPEC_HIDDEN;
+extern const WCHAR szwSystemCTFKey[] DECLSPEC_HIDDEN;
+
 #endif /* __WINE_MSCTF_I_H */




More information about the wine-cvs mailing list