]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontutil.h
Removed unnecessary code from utilsunx.cpp
[wxWidgets.git] / include / wx / fontutil.h
index 635641e0fa604e685a9ee5f094f4712e9cc3fdd4..6eb762401dee2c2ab914dc6be74546293ae0cb17 100644 (file)
@@ -52,8 +52,9 @@
 struct WXDLLEXPORT wxNativeEncodingInfo
 {
     wxString facename;          // may be empty meaning "any"
+    wxFontEncoding encoding;    // so that we know what this struct represents
 
-#if defined(__WXMSW__) || defined(__WXPM__)
+#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXMAC__)
     wxNativeEncodingInfo() { charset = 0; /* ANSI_CHARSET */ }
 
     int      charset;