diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index ff16d13d00..6623da650c 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -1785,6 +1785,8 @@ size_t wxCSConv::WC2MB(char *buf, const wchar_t *psz, size_t n) const #ifdef __WINDOWS__ static wxMBConv_win32 wxConvLibcObj; +#elif defined(__WXMAC__) && !defined(__MACH__) + static wxMBConv_mac wxConvLibcObj ; #else static wxMBConvLibc wxConvLibcObj; #endif