X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/371a5b4e62eb415107e045588f614fa49e866e78..4ce1efe123a9b5f7dbb5be4aaf3dd0a21b399f38:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index 5fda1a1b8d..50802dc6f9 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -146,7 +146,7 @@ WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent; // ---------------------------------------------------------------------------- // filenames are multibyte on Unix and probably widechar on Windows? -#if defined(__UNIX__) || defined(__BORLANDC__) +#if defined(__UNIX__) || defined(__BORLANDC__) || defined(__WXMAC__ ) #define wxMBFILES 1 #else #define wxMBFILES 0