]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
needed for mac port
[wxWidgets.git] / include / wx / fontutil.h
index 3f439b2c0c5507e8462f35e3c8dc3db7395bce8d..de51565a22979e29e2d8bd474265da4e4d6dcb31 100644 (file)
@@ -53,7 +53,7 @@ struct WXDLLEXPORT wxNativeEncodingInfo
 {
     wxString facename;          // may be empty meaning "any"
 
-#if defined(__WXMSW__)
+#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
     wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }
 
     int      charset;