20 #ifndef COLLECTIONAPI_H
21 #define COLLECTIONAPI_H
23 #if defined COLLECTIONAPI_EXPORTS
25 #define COLLECTIONAPI_EXPORT __declspec( dllexport )
27 #define COLLECTIONAPI_EXPORT
31 #define COLLECTIONAPI_EXPORT __declspec( dllimport )
33 #define COLLECTIONAPI_EXPORT