univ.i:

  Prevent use of X86 assembler when WIN64 defined
parent c8b5e417
...@@ -16,7 +16,10 @@ Created 1/20/1994 Heikki Tuuri ...@@ -16,7 +16,10 @@ Created 1/20/1994 Heikki Tuuri
/* When compiling for Itanium IA64, undefine the flag below to prevent use /* When compiling for Itanium IA64, undefine the flag below to prevent use
of 32-bit assembler */ of 32-bit assembler */
#ifndef WIN64
#define UNIV_CAN_USE_X86_ASSEMBLER #define UNIV_CAN_USE_X86_ASSEMBLER
#endif
/* If you want to check for errors with compiler level -W4, /* If you want to check for errors with compiler level -W4,
comment out the above include of windows.h and let the following defines comment out the above include of windows.h and let the following defines
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment