x86: MSVC does not support Complex type

This commit is contained in:
Nobuyoshi Nakada
2014-12-22 17:14:40 +09:00
parent 75b2199f26
commit 7282d3289c

View File

@@ -50,7 +50,9 @@
#endif
#define FFI_TARGET_SPECIFIC_STACK_SPACE_ALLOCATION
#ifndef _MSC_VER
#define FFI_TARGET_HAS_COMPLEX_TYPE
#endif
/* ---- Generic type definitions ----------------------------------------- */