]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)
authorJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 13:27:36 +0000 (13:27 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 18 Jan 2006 13:27:36 +0000 (13:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/include/wx/stc/stc.h
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
 
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