expat compilation fix for win32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-22 11:37:40 +00:00
parent a6cbc4db3d
commit fa2986105a

View 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