fixes #256 (I hope)

This commit is contained in:
Araq
2012-11-20 21:33:22 +01:00
parent c4b7a3e545
commit b4ad97a036

View File

@@ -143,7 +143,7 @@ __clang__
#define N_NOINLINE_PTR(rettype, name) rettype (*name)
#if defined(__BORLANDC__) || defined(__WATCOMC__) || \
defined(__POCC__) || defined(_MSC_VER)
defined(__POCC__) || defined(_MSC_VER) || defined(WIN32) || defined(_WIN32)
/* these compilers have a fastcall so use it: */
# define N_NIMCALL(rettype, name) rettype __fastcall name
# define N_NIMCALL_PTR(rettype, name) rettype (__fastcall *name)