Moved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncFromSystemEnc to

a module that is included in wxBase to prevent linking errors.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-23 02:43:29 +00:00
parent 0ebb0e5c84
commit e50d5284f9
6 changed files with 1038 additions and 1046 deletions

View File

@@ -220,10 +220,4 @@ extern bool wxTestFontEncoding(const wxNativeEncodingInfo& info);
#include "wx/mgl/fontutil.h"
#endif // __WXMGL__
#ifdef __WXMAC__
wxUint32 wxMacGetSystemEncFromFontEnc(wxFontEncoding encoding) ;
wxFontEncoding wxMacGetFontEncFromSystemEnc(wxUint32 encoding) ;
#endif
#endif // _WX_FONTUTIL_H_