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:
@@ -47,11 +47,11 @@ extern const gchar *wx_pango_version_check(int major, int minor, int micro);
|
|||||||
#include "wx/font.h"
|
#include "wx/font.h"
|
||||||
|
|
||||||
// convert the text between the given encoding and UTF-8 used by wxGTK
|
// convert the text between the given encoding and UTF-8 used by wxGTK
|
||||||
extern wxCharBuffer
|
extern WXDLLIMPEXP_CORE wxCharBuffer
|
||||||
wxConvertToGTK(const wxString& s,
|
wxConvertToGTK(const wxString& s,
|
||||||
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
|
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
|
||||||
|
|
||||||
extern wxCharBuffer
|
extern WXDLLIMPEXP_CORE wxCharBuffer
|
||||||
wxConvertFromGTK(const wxString& s,
|
wxConvertFromGTK(const wxString& s,
|
||||||
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
|
wxFontEncoding enc = wxFONTENCODING_SYSTEM);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user