Salome HOME
Correction to do not show DOF message until plane of the sketch is not selected.
[modules/shaper.git] / src / BuildPlugin / BuildPlugin.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:        BuildPlugin.h
4 // Created:     18 April 2016
5 // Author:      Dmitry Bobylev
6
7 #ifndef BuildPlugin_H_
8 #define BuildPlugin_H_
9
10 #if defined BUILDPLUGIN_EXPORTS
11 # if defined WIN32
12 #  define BUILDPLUGIN_EXPORT __declspec( dllexport )
13 # else
14 #  define BUILDPLUGIN_EXPORT
15 # endif
16 #else
17 # if defined WIN32
18 #  define BUILDPLUGIN_EXPORT __declspec( dllimport )
19 # else
20 #  define BUILDPLUGIN_EXPORT
21 # endif
22 #endif
23
24 #endif