Go to the documentation of this file.
14 #ifndef CELL_ATLAS_CONFIG_HPP
15 #define CELL_ATLAS_CONFIG_HPP
19 #if defined(WIN32) || defined(WIN64)
20 #ifdef mgxUCellAtlas_EXPORTS
21 #define CellAtlas_EXPORT __declspec(dllexport)
23 #define CellAtlas_EXPORT __declspec(dllimport)
26 #define CellAtlas_EXPORT