bitpit
bitpit copied to clipboard
general: MSVC static/global data symbols exporting
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.