mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Also add DLLEXPORT in fenv.c
This commit is contained in:
parent
81053b7fcb
commit
459b557671
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
#include "math_private.h"
|
#include "math_private.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define __fenv_static
|
#define __fenv_static DLLEXPORT
|
||||||
#endif
|
#endif
|
||||||
#include <openlibm_fenv.h>
|
#include <openlibm_fenv.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue