فهرست منبع

provide fegetround & family functions on win64

Jameson Nash 11 سال پیش
والد
کامیت
a076418c8b
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      amd64/fenv.c

+ 3 - 1
amd64/fenv.c

@@ -29,7 +29,9 @@
 #include "bsd_fpu.h"
 #include "math_private.h"
 
-#define _fenv_static
+#ifdef _WIN32
+#define __fenv_static
+#endif
 #include "fenv.h"
 
 #ifdef __GNUC_GNU_INLINE__