JuliaMath / openspecfun

A collection of special mathematical functions
Other
35 stars 20 forks source link

remove DLLEXPORT from rem_pio2 functions #23

Closed tkelman closed 10 years ago

tkelman commented 10 years ago

When some functions in libopenspecfun.dll have DLLEXPORT and others don't, only the DLLEXPORT ones get exported on Windows. When none of the functions have DLLEXPORT on them, everything gets exported. This is easier than making amos export its functions from Fortran.

ref https://github.com/JuliaLang/julia/pull/7547#issuecomment-48662073