Skip to content
Snippets Groups Projects
Commit 5d297584 authored by Bo Thorsen's avatar Bo Thorsen Committed by Bo Thorsen
Browse files

* include/ffi.h.in: Fix i386 win32 compilation.

From-SVN: r57691
parent bc9ec51b
No related branches found
No related tags found
No related merge requests found
2002-10-01 Bo Thorsen <bo@smetana.suse.de>
* include/ffi.h.in: Fix i386 win32 compilation.
2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
* configure.in: Add s390x-*-linux-* target.
......
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment