]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stc/stc.h
set m_encoding in wxCSConv ctor from name
[wxWidgets.git] / include / wx / stc / stc.h
index 5e66e25bb7fbe16d724c8a657228f72353abea82..5bf0cc31de2f3f5edb8ce0e294240c3cec928e5f 100644 (file)
@@ -3201,9 +3201,9 @@ typedef void (wxEvtHandler::*wxStyledTextEventFunction)(wxStyledTextEvent&);
 #ifndef SWIG
 #if wxUSE_UNICODE
 
-wxString stc2wx(const char* str);
-wxString stc2wx(const char* str, size_t len);
-const wxWX2MBbuf wx2stc(const wxString& str);
+WXDLLIMPEXP_STC wxString stc2wx(const char* str);
+WXDLLIMPEXP_STC wxString stc2wx(const char* str, size_t len);
+WXDLLIMPEXP_STC const wxWX2MBbuf wx2stc(const wxString& str);
 
 #else // not UNICODE