summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-04-18 12:03:40 +0300
committerunknown <heikki@hundin.mysql.fi>2002-04-18 12:03:40 +0300
commit435d4f9762543cdede078b36df5ab0f0086c4af2 (patch)
tree913790094cf9ab97e2f4c27677df24a19676a9e7
parentbe885c30c04cafb8d85f29c9040ba32561c81393 (diff)
downloadmariadb-git-435d4f9762543cdede078b36df5ab0f0086c4af2.tar.gz
univ.i:
Prevent use of X86 assembler when WIN64 defined innobase/include/univ.i: Prevent use of X86 assembler when WIN64 defined
-rw-r--r--innobase/include/univ.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i
index 1269b4a288a..b958475e683 100644
--- a/innobase/include/univ.i
+++ b/innobase/include/univ.i
@@ -16,7 +16,10 @@ Created 1/20/1994 Heikki Tuuri
/* When compiling for Itanium IA64, undefine the flag below to prevent use
of 32-bit assembler */
+
+#ifndef WIN64
#define UNIV_CAN_USE_X86_ASSEMBLER
+#endif
/* If you want to check for errors with compiler level -W4,
comment out the above include of windows.h and let the following defines