]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/fontenum.cpp
MinGW-w64 provides isfinite() in both 32 and 64 bit builds.
[wxWidgets.git] / src / dfb / fontenum.cpp
index fe1e05340e9c6f8a0dde82253b0b815f1a04bf08..79ec128ded4702d8132ae5b8e8e51ed1ce551e29 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxFontEnumerator class
 // Author:      Vaclav Slavik
 // Created:     2006-08-10
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -18,6 +17,8 @@
 #include "wx/fontenum.h"
 #include "wx/private/fontmgr.h"
 
+#if wxUSE_FONTENUM
+
 // ----------------------------------------------------------------------------
 // wxFontEnumerator
 // ----------------------------------------------------------------------------
@@ -49,3 +50,5 @@ bool wxFontEnumerator::EnumerateEncodings(const wxString& facename)
 {
     return EnumerateEncodingsUTF8(facename);
 }
+
+#endif // wxUSE_FONTENUM