Fix missing exports.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2007-07-06 07:44:19 +00:00
parent fedc6cd535
commit bcfabaa871
2 changed files with 2 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
#include "wx/font.h"
// convert the text in given encoding to UTF-8 used by wxGTK
extern wxCharBuffer
WXDLLIMPEXP_CORE extern wxCharBuffer
wxConvertToGTK(const wxString& s,
wxFontEncoding enc = wxFONTENCODING_SYSTEM);

View File

@@ -183,6 +183,7 @@ wxWindow* wxFindWindowAtPoint(const wxPoint& pt)
#if !wxUSE_UNICODE
WXDLLIMPEXP_CORE
wxCharBuffer wxConvertToGTK(const wxString& s, wxFontEncoding enc)
{
wxWCharBuffer wbuf;