From 696b38f7f5255a9aae92822efafc3de36e3390a5 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 18 Jan 2006 13:27:36 +0000 Subject: [PATCH] Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/include/wx/stc/stc.h | 6 +++--- include/wx/stc/stc.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/include/wx/stc/stc.h b/contrib/include/wx/stc/stc.h index 5e66e25bb7..5bf0cc31de 100644 --- a/contrib/include/wx/stc/stc.h +++ b/contrib/include/wx/stc/stc.h @@ -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 diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index 5e66e25bb7..5bf0cc31de 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -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 -- 2.45.2