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:
@@ -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_
|
||||
|
Reference in New Issue
Block a user