Browse Source

Also add DLLEXPORT in fenv.c

Keno Fischer 9 năm trước cách đây
mục cha
commit
459b557671
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      amd64/fenv.c

+ 1 - 1
amd64/fenv.c

@@ -30,7 +30,7 @@
 #include "math_private.h"
 
 #ifdef _WIN32
-#define __fenv_static
+#define __fenv_static DLLEXPORT
 #endif
 #include <openlibm_fenv.h>