소스 검색

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__