Merge pull request #160 from nobu/msvc-no-complex
x86: MSVC does not support Complex type
This commit is contained in:
@@ -50,7 +50,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
|
#define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
|
||||||
|
#ifndef _MSC_VER
|
||||||
#define FFI_TARGET_HAS_COMPLEX_TYPE
|
#define FFI_TARGET_HAS_COMPLEX_TYPE
|
||||||
|
#endif
|
||||||
|
|
||||||
/* ---- Generic type definitions ----------------------------------------- */
|
/* ---- Generic type definitions ----------------------------------------- */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user