Export fenv functions on all platforms
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`.
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`.