]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontenumcmn.cpp
Corrected mime types docs
[wxWidgets.git] / src / common / fontenumcmn.cpp
index c2ef4c882052887d13ca643067506fcdcb76d094..aaae1543c403f8b0a77e16b4336da6e702b9e61f 100644 (file)
@@ -24,6 +24,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_FONTENUM
+
 #include "wx/fontenum.h"
 
 // ============================================================================
@@ -129,3 +131,5 @@ bool wxFontEnumerator::EnumerateEncodingsUTF8(const wxString& facename)
     return true;
 }
 #endif // wxHAS_UTF8_FONTS
+
+#endif // wxUSE_FONTENUM