From: Nobuyoshi Nakada Date: Mon, 22 Dec 2014 08:14:40 +0000 (+0900) Subject: x86: MSVC does not support Complex type X-Git-Tag: upstream/3.3~359^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7282d3289c6f6e2cc21e2c2b554c33af00ac3474;p=platform%2Fupstream%2Flibffi.git x86: MSVC does not support Complex type --- diff --git a/src/x86/ffitarget.h b/src/x86/ffitarget.h index 580522f..8c1dcac 100644 --- a/src/x86/ffitarget.h +++ b/src/x86/ffitarget.h @@ -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 ----------------------------------------- */