13 #if defined(_MSC_VER) || defined(__declspec) 14 # define NSOL_DLLEXPORT __declspec(dllexport) 15 # define NSOL_DLLIMPORT __declspec(dllimport) 17 # define NSOL_DLLEXPORT 18 # define NSOL_DLLIMPORT 21 #if defined(NSOL_STATIC) 23 #elif defined(NSOL_SHARED) 24 # define NSOL_API NSOL_DLLEXPORT 26 # define NSOL_API NSOL_DLLIMPORT 29 #if defined(NSOL_SHARED_INL) 30 # define NSOL_INL NSOL_DLLEXPORT 32 # define NSOL_INL NSOL_DLLIMPORT Includes compile-time defines of nsol.