diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index d0ce3aef1c..a6c24dffbf 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -438,10 +438,10 @@ wxFontEncodingArray wxEncodingConverter::GetPlatformEquivalents(wxFontEncoding e { #if defined(__WINDOWS__) platform = wxPLATFORM_WINDOWS; -#elif defined(__WXGTK__) || defined(__WXMOTIF__) - platform = wxPLATFORM_UNIX; #elif defined(__WXMAC__) platform = wxPLATFORM_MAC; +#else + platform = wxPLATFORM_UNIX; #endif }