]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/encinfo.h
simpler implementation
[wxWidgets.git] / include / wx / encinfo.h
index 82d812846d3518180319f603d6fca31987674462..49f744bd69cd6e3910cae73720c5f1cee2894ee1 100644 (file)
@@ -58,10 +58,12 @@ struct WXDLLEXPORT wxNativeEncodingInfo
     // seems to be handled internally.
 #elif defined(__WXMGL__)
     int      mglEncoding;
+#elif defined(__WXDFB__)
+    // DirectFB uses UTF-8 internally, doesn't use font encodings
 #else
     #error "Unsupported toolkit"
 #endif
-#endif
+#endif // !__WXPALMOS__
     // this struct is saved in config by wxFontMapper, so it should know to
     // serialise itself (implemented in platform-specific code)
     bool FromString(const wxString& s);