added missing export declarations for wxGTK internal functions needed outside of wxCore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-08-11 12:03:37 +00:00
parent 8e2701ea8a
commit be3dc3318b

View File

@@ -47,11 +47,11 @@ extern const gchar *wx_pango_version_check(int major, int minor, int micro);
#include "wx/font.h"
// convert the text between the given encoding and UTF-8 used by wxGTK
extern wxCharBuffer
extern WXDLLIMPEXP_CORE wxCharBuffer
wxConvertToGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
extern wxCharBuffer
extern WXDLLIMPEXP_CORE wxCharBuffer
wxConvertFromGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);