]> git.saurik.com Git - wxWidgets.git/blobdiff - src/expat/lib/internal.h
making the width of the popup button dependent from the window variant, adding a...
[wxWidgets.git] / 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