瀏覽代碼

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__