X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionAPI%2FCollectionAPI.h;fp=src%2FCollectionAPI%2FCollectionAPI.h;h=2b5ff7439a836eb54b921e7a63c2fee4c5680720;hb=1c292b5bf95e18a6c8fbe407c532213e10c673c5;hp=0000000000000000000000000000000000000000;hpb=6adfe7af58002dc090736f54bff11a403a34b42b;p=modules%2Fshaper.git diff --git a/src/CollectionAPI/CollectionAPI.h b/src/CollectionAPI/CollectionAPI.h new file mode 100644 index 000000000..2b5ff7439 --- /dev/null +++ b/src/CollectionAPI/CollectionAPI.h @@ -0,0 +1,20 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + +#ifndef COLLECTIONAPI_H +#define COLLECTIONAPI_H + +#if defined COLLECTIONAPI_EXPORTS +#if defined WIN32 +#define COLLECTIONAPI_EXPORT __declspec( dllexport ) +#else +#define COLLECTIONAPI_EXPORT +#endif +#else +#if defined WIN32 +#define COLLECTIONAPI_EXPORT __declspec( dllimport ) +#else +#define COLLECTIONAPI_EXPORT +#endif +#endif + +#endif