diff --git a/include/wx/strconv.h b/include/wx/strconv.h index cf4dc62ff3..140d35c43d 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -213,7 +213,7 @@ private: #ifdef __WXOSX__ #define wxConvFile wxConvUTF8 #else -#define wxConvFile wxConvLocal +#define wxConvFile wxConvLibc #endif extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;