aboutsummaryrefslogtreecommitdiffstats
path: root/api/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/entry.h')
-rw-r--r--api/entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/entry.h b/api/entry.h
index ac37680..c58b7cc 100644
--- a/api/entry.h
+++ b/api/entry.h
@@ -8,7 +8,7 @@
#include <Windows.h>
/* TODO: Replace with is_defined. MSVC has issues with the linux kernel varadic macro trick for this. */
-#if defined(_M_IX86) || defined(_M_ARM)
+#if defined(_M_IX86) || defined(_M_AMD64) || defined(_M_ARM)
# define MAYBE_WOW64 1
#else
# define MAYBE_WOW64 0