From 9cec343c9df169f33f1623d3a6161f0e7baf40d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 23 Jul 2003 14:05:45 +0000 Subject: [PATCH] (blind) fix for mingw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/expat/lib/internal.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index f7e9a98a5f..6d290bd5f4 100644 --- a/src/expat/lib/internal.h +++ b/src/expat/lib/internal.h @@ -20,6 +20,10 @@ and therefore subject to change. */ +#ifdef FASTCALL +#undef FASTCALL +#endif + #if defined(__GNUC__) /* Instability reported with egcs on a RedHat Linux 7.3. Let's comment it out: @@ -38,9 +42,6 @@ Likely reason: __fastcall on Windows is like stdcall, therefore the compiler cannot perform stack optimizations for call clusters. */ -#ifdef FASTCALL -#undef FASTCALL -#endif #define FASTCALL #define PTRCALL #define PTRFASTCALL -- 2.50.0