Computer Assisted Medical Intervention Tool Kit  version 5.2
ElastixRegistrationAPI.h
Go to the documentation of this file.
1 #if defined(_WIN32) // MSVC and mingw
2 #ifdef COMPILE_ELASTIX_REGISTRATION_API
3 #define ELASTIX_REGISTRATION_API __declspec(dllexport)
4 #else
5 #define ELASTIX_REGISTRATION_API __declspec(dllimport)
6 #endif // COMPILE_MY_COMPONENT_API
7 #else // for all other platforms ELASTIX_REGISTRATION_API is defined to be "nothing"
8 #define ELASTIX_REGISTRATION_API
9 #endif // MSVC and mingw