optimad/bitpit

general: MSVC static/global data symbols exporting

roccoarpa opened this issue · 0 comments

Check symbols exporting (__declspec dllexport/dllimport) of all global/static data inside the bitpit library.
Provide exporting/importing only on the meaningful ones for the bitpit interface, that is all static data that an executable or another library can access. Stash exporting on what is meant for internal usage only.