Go to the documentation of this file.
35 #ifndef NEKTAR_COLLECTIONS_DECLSPEC_H
36 #define NEKTAR_COLLECTIONS_DECLSPEC_H
39 #ifdef COLLECTIONS_EXPORTS
40 #define COLLECTIONS_EXPORT _declspec(dllexport)
42 #define COLLECTIONS_EXPORT _declspec(dllimport)
45 #define COLLECTIONS_EXPORT