summaryrefslogtreecommitdiff
path: root/src/x86/ffiw64.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/x86/ffiw64.c')
-rw-r--r--src/x86/ffiw64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/ffiw64.c b/src/x86/ffiw64.c
index ca4d3ca..b68f69c 100644
--- a/src/x86/ffiw64.c
+++ b/src/x86/ffiw64.c
@@ -25,7 +25,7 @@
DEALINGS IN THE SOFTWARE.
----------------------------------------------------------------------- */
-#ifdef __x86_64__
+#if defined(__x86_64__) || defined(_M_AMD64)
#include <ffi.h>
#include <ffi_common.h>
#include <stdlib.h>