From: Václav Slavík Date: Tue, 22 Jul 2003 11:37:40 +0000 (+0000) Subject: expat compilation fix for win32 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fa2986105ae1d10fd697f0f8afa27a7839af0bff expat compilation fix for win32 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/expat/lib/internal.h b/src/expat/lib/internal.h index 1bf6baa543..f7e9a98a5f 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