Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef EXCHANGEPLUGIN_H
4 #define EXCHANGEPLUGIN_H
5
6 #if defined EXCHANGEPLUGIN_EXPORTS
7 # if defined WIN32
8 #  define EXCHANGEPLUGIN_EXPORT              __declspec( dllexport )
9 # else
10 #  define EXCHANGEPLUGIN_EXPORT
11 # endif
12 #else
13 # if defined WIN32
14 #  define EXCHANGEPLUGIN_EXPORT              __declspec( dllimport )
15 # else
16 #  define EXCHANGEPLUGIN_EXPORT
17 # endif
18 #endif
19
20 #endif