From fa2986105ae1d10fd697f0f8afa27a7839af0bff Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 22 Jul 2003 11:37:40 +0000 Subject: [PATCH] expat compilation fix for win32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/expat/lib/internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index 1bf6baa..f7e9a98 100644 --- a/src/expat/lib/internal.h +++ b/src/expat/lib/internal.h @@ -38,6 +38,9 @@ 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.7.4