bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

general: MSVC static/global data symbols exporting

Open roccoarpa opened this issue 3 years ago • 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.

roccoarpa avatar Feb 11 '22 17:02 roccoarpa