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

@@ -234,5 +234,11 @@ private:
#endif
wxUint32 wxMacGetSystemEncFromFontEnc(wxFontEncoding encoding) ;
wxFontEncoding wxMacGetFontEncFromSystemEnc(wxUint32 encoding) ;
#endif
// _WX_PRIVATE_H_