Go to the documentation of this file.
21 #ifndef mia_2d_defines_hh
22 #define mia_2d_defines_hh
26 # define EXPORT_2D __declspec(dllexport)
28 # define EXPORT_2D __declspec(dllimport)
30 # ifdef mia2dtest_EXPORTS
31 # define EXPORT_2DTEST __declspec(dllexport)
33 # define EXPORT_2DTEST __declspec(dllimport)
37 # define EXPORT_2D __attribute__((visibility("default")))
38 # define EXPORT_2DTEST __attribute__((visibility("default")))
41 # define EXPORT_2DTEST
46 # ifdef mia2dmyocardperf_EXPORTS
47 # define EXPORT_2D __declspec(dllexport)
49 # define EXPORT_2D __declspec(dllimport)
53 # define EXPORT_2DMYOCARD __attribute__((visibility("default")))
65 # define VSTREAM "MIA2D"
68 #ifdef mia2dtest_EXPORTS
72 # define VSTREAM "MIA2DTEST"