summaryrefslogtreecommitdiffstats
path: root/libffi/include/ffi.h.in
diff options
context:
space:
mode:
authorbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-01 15:38:00 +0000
committerbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-01 15:38:00 +0000
commit3d8ac088ca49900971df035d425fe2ae53a149aa (patch)
treebbdfe60f89a4380075f5b2e80fdf8ae4cc3496c7 /libffi/include/ffi.h.in
parente20643facf8969e6d8cd480a80d534fe5877007b (diff)
downloadppe42-gcc-3d8ac088ca49900971df035d425fe2ae53a149aa.tar.gz
ppe42-gcc-3d8ac088ca49900971df035d425fe2ae53a149aa.zip
* include/ffi.h.in: Fix i386 win32 compilation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/include/ffi.h.in')
-rw-r--r--libffi/include/ffi.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index 70a784226b1..4f7667e6d4d 100644
--- a/libffi/include/ffi.h.in
+++ b/libffi/include/ffi.h.in
@@ -202,7 +202,7 @@ typedef enum ffi_abi {
#endif
/* ---- Intel x86 and AMD x86-64 - */
-#if defined(__i386__) || defined(__x86_64__)
+#if !defined(X86_WIN32) && (defined(__i386__) || defined(__x86_64__))
FFI_SYSV,
FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
#ifdef __i386__
OpenPOWER on IntegriCloud