mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Merge pull request #219 from maleadt/tb/dont_export_fenv
Revert "Export `fenv` functions on all platforms (#213)"
This commit is contained in:
commit
c8561015a4
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include "bsd_fpu.h"
|
||||
#include "math_private.h"
|
||||
|
||||
#ifndef OPENLIBM_USE_HOST_FENV_H
|
||||
#ifdef _WIN32
|
||||
#define __fenv_static OLM_DLLEXPORT
|
||||
#endif
|
||||
#include <openlibm_fenv.h>
|
||||
|
|
Loading…
Reference in a new issue