Which functions exactly are you looking at @jacobwilliams?
Something else to keep in mind: gfortran does not have the macro _WIN32
defined by default (unlike the intel compilers). That means that if you use fpm you need to add it in your toml and then your config is not cross platform anymore. There were discussions about supporting os specific directives in the toml but I am not aware about any development in that direction.