diff options
Diffstat (limited to 'lib/builtins/x86_64/floatdisf.c')
-rw-r--r-- | lib/builtins/x86_64/floatdisf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/x86_64/floatdisf.c b/lib/builtins/x86_64/floatdisf.c index 96c3728e92c3..99d5621c6327 100644 --- a/lib/builtins/x86_64/floatdisf.c +++ b/lib/builtins/x86_64/floatdisf.c @@ -2,7 +2,7 @@ * License. See LICENSE.TXT for details. */ -#ifdef __x86_64__ +#if defined(__x86_64__) || defined(_M_X64) #include "../int_lib.h" |