]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontenc.h
applied patch 103575 (more efficient wxString comparison)
[wxWidgets.git] / include / wx / fontenc.h
index 4af4ca20d2a6a8bcca2d6d649122b7e362f53018..4494b6dea02cb55d831e4e55a95a598749e9a437 100644 (file)
@@ -74,6 +74,8 @@ enum wxFontEncoding
 // types
 // ----------------------------------------------------------------------------
 
+#if wxUSE_GUI
+
 // This private structure specifies all the parameters needed to create a font
 // with the given encoding on this platform.
 //
@@ -110,4 +112,6 @@ struct WXDLLEXPORT wxNativeEncodingInfo
     wxString ToString() const;
 };
 
+#endif // wxUSE_GUI
+
 #endif // _WX_FONTENC_H_