Also add DLLEXPORT in fenv.c

This commit is contained in:
Keno Fischer 2016-03-13 22:52:18 +00:00
parent 81053b7fcb
commit 459b557671
1 changed files with 1 additions and 1 deletions

View File

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