]> git.saurik.com Git - wxWidgets.git/commitdiff
(blind) fix for mingw
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jul 2003 14:05:45 +0000 (14:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 23 Jul 2003 14:05:45 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/expat/lib/internal.h

index f7e9a98a5f0699a0a8733cb1ca42492f6c6f292a..6d290bd5f44f264987c74c183a1d5b34bf405426 100644 (file)
          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