(blind) fix for mingw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,6 +20,10 @@
|
|||||||
and therefore subject to change.
|
and therefore subject to change.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef FASTCALL
|
||||||
|
#undef FASTCALL
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
/* Instability reported with egcs on a RedHat Linux 7.3.
|
/* Instability reported with egcs on a RedHat Linux 7.3.
|
||||||
Let's comment it out:
|
Let's comment it out:
|
||||||
@@ -38,9 +42,6 @@
|
|||||||
Likely reason: __fastcall on Windows is like stdcall, therefore
|
Likely reason: __fastcall on Windows is like stdcall, therefore
|
||||||
the compiler cannot perform stack optimizations for call clusters.
|
the compiler cannot perform stack optimizations for call clusters.
|
||||||
*/
|
*/
|
||||||
#ifdef FASTCALL
|
|
||||||
#undef FASTCALL
|
|
||||||
#endif
|
|
||||||
#define FASTCALL
|
#define FASTCALL
|
||||||
#define PTRCALL
|
#define PTRCALL
|
||||||
#define PTRFASTCALL
|
#define PTRFASTCALL
|
||||||
|
Reference in New Issue
Block a user