]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/encconv.h
Resource file updates and setup to configure for generic dirdlg.
[wxWidgets.git] / include / wx / encconv.h
index 13dc5353428af319a6ca90ebe81b5639f4cda935..9e67c211415a62d628ddd1b60b02295fbbcf1a77 100644 (file)
@@ -15,6 +15,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_FONTMAP
+
 #include "wx/object.h"
 #include "wx/fontenc.h"
 #include "wx/dynarray.h"
@@ -147,5 +150,6 @@ class WXDLLEXPORT wxEncodingConverter : public wxObject
 
 };
 
+#endif // wxUSE_FONTMAP
 
 #endif  // _WX_ENCCONV_H_