mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Export fenv
functions on all platforms (#213)
Win32 has been using a hack to switch the `fenv` functions from `static` to `DLLEXPORT`, we apply that hack to all platforms that do not use a host `fenv.h`.
This commit is contained in:
parent
878948d3dd
commit
5a27b4c0c0
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "bsd_fpu.h"
|
||||
#include "math_private.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifndef OPENLIBM_USE_HOST_FENV_H
|
||||
#define __fenv_static OLM_DLLEXPORT
|
||||
#endif
|
||||
#include <openlibm_fenv.h>
|
||||
|
|
Loading…
Reference in a new issue