]> git.saurik.com Git - wxWidgets.git/commitdiff
Recent w32api have FONTENUMPROC; this also fixes GCC 3.1
authorMattia Barbon <mbarbon@cpan.org>
Sun, 16 Jun 2002 15:17:05 +0000 (15:17 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 16 Jun 2002 15:17:05 +0000 (15:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/fontenum.cpp

index 553b574f7a4700b417f6c06668ce30320f900651..d538250cf91ef26f320d2725b439956b4fff9a57 100644 (file)
@@ -146,7 +146,7 @@ bool wxFontEnumeratorHelper::SetEncoding(wxFontEncoding encoding)
     return TRUE;
 }
 
-#if defined(__GNUWIN32__) && !defined(__CYGWIN10__)
+#if defined(__GNUWIN32__) && !defined(__CYGWIN10__) && !wxCHECK_W32API_VERSION( 1, 1 )
     #if wxUSE_NORLANDER_HEADERS
         #define wxFONTENUMPROC int(*)(const LOGFONT *, const TEXTMETRIC *, long unsigned int, LPARAM)
     #else