git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5338
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// stdcall is used for all functions called by Windows under Windows
#ifdef __WINDOWS__
#if defined(__GNUWIN32__)
- #define wxCALLBACK __attribute__((stdcall))
+ #define wxSTDCALL __attribute__((stdcall))
#else
// both VC++ and Borland understand this
- #define wxCALLBACK _stdcall
+ #define wxSTDCALL _stdcall
#endif
+
#else // Win
// no such stupidness under Unix
#define wxSTDCALL
#else
// no stdcall under Unix nor Win16
#define wxCALLBACK
+
#endif // platform
// callling convention for the qsort(3) callback