]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontenum.cpp
Reverted wxFileSystem changes to image.cpp and dib.cpp
[wxWidgets.git] / src / msw / fontenum.cpp
index b547ec12f4889cd7b0fac74f3644e49e8e0f3206..7bf7c8df2b3afb28f7cfb48b071ad5bef3ae45d5 100644 (file)
@@ -32,6 +32,7 @@
   #include "wx/font.h"
 #endif
 
+#include "wx/fontutil.h"
 #include "wx/fontenum.h"
 #include "wx/fontmap.h"
 
@@ -132,9 +133,9 @@ bool wxFontEnumeratorHelper::SetEncoding(wxFontEncoding encoding)
     return TRUE;
 }
 
-#if defined(__GNUWIN32__)
+#if defined(__GNUWIN32__) && !defined(__CYGWIN10__)
     #if wxUSE_NORLANDER_HEADERS
-        #define wxFONTENUMPROC int(*)(const LOGFONTA *, const TEXTMETRICA *, long unsigned int, LPARAM)
+        #define wxFONTENUMPROC int(*)(const LOGFONT *, const TEXTMETRIC *, long unsigned int, LPARAM)
     #else
         #define wxFONTENUMPROC int(*)(ENUMLOGFONTEX *, NEWTEXTMETRICEX*, int, LPARAM)
     #endif