13 #if defined(_MSC_VER) || defined(__declspec) 14 # define RETO_DLLEXPORT __declspec(dllexport) 15 # define RETO_DLLIMPORT __declspec(dllimport) 17 # define RETO_DLLEXPORT 18 # define RETO_DLLIMPORT 21 #if defined(RETO_STATIC) 23 #elif defined(RETO_SHARED) 24 # define RETO_API RETO_DLLEXPORT 26 # define RETO_API RETO_DLLIMPORT 29 #if defined(RETO_SHARED_INL) 30 # define RETO_INL RETO_DLLEXPORT 32 # define RETO_INL RETO_DLLIMPORT Includes compile-time defines of ReTo.