1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 #ifndef COLLECTIONAPI_H
4 #define COLLECTIONAPI_H
6 #if defined COLLECTIONAPI_EXPORTS
8 #define COLLECTIONAPI_EXPORT __declspec( dllexport )
10 #define COLLECTIONAPI_EXPORT
14 #define COLLECTIONAPI_EXPORT __declspec( dllimport )
16 #define COLLECTIONAPI_EXPORT