vm: fix ffi_test.h
parent
c6bc1d702e
commit
7d9628a6ae
|
@ -2,7 +2,7 @@
|
|||
#define FACTOR_STDCALL(return_type) return_type __stdcall
|
||||
#elif defined(i386) || defined(__i386) || defined(__i386__)
|
||||
#define FACTOR_STDCALL(return_type) __attribute__((stdcall)) return_type
|
||||
#el
|
||||
#else
|
||||
#define FACTOR_STDCALL(return_type) return_type
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue