]> git.saurik.com Git - wxWidgets.git/commitdiff
expat compilation fix for win32
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 11:37:40 +0000 (11:37 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 11:37:40 +0000 (11:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/expat/lib/internal.h

index 1bf6baa54323e15e971669f33c9bce3bce437e1c..f7e9a98a5f0699a0a8733cb1ca42492f6c6f292a 100644 (file)
@@ -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