Skip to content

Commit 459b557

Browse files
committed
Also add DLLEXPORT in fenv.c
1 parent 81053b7 commit 459b557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

amd64/fenv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include "math_private.h"
3131

3232
#ifdef _WIN32
33-
#define __fenv_static
33+
#define __fenv_static DLLEXPORT
3434
#endif
3535
#include <openlibm_fenv.h>
3636

0 commit comments

Comments
 (0)