#include "wx/font.h" // for wxFont and wxFontEncoding
#if defined(__WXMSW__)
- #include <windows.h>
- #include "wx/msw/winundef.h"
+ #include "wx/msw/wrapwin.h"
#endif
struct WXDLLEXPORT wxNativeEncodingInfo;
#include "wx/mgl/fontutil.h"
#endif // __WXMGL__
-#ifdef __WXMAC__
-
-wxUint32 wxMacGetSystemEncFromFontEnc(wxFontEncoding encoding) ;
-wxFontEncoding wxMacGetFontEncFromSystemEnc(wxUint32 encoding) ;
-
-#endif
#endif // _WX_FONTUTIL_H_