Salome HOME
Make comparison of updated shapes better.
[modules/shaper_study.git] / src / StudyData / StudyData.h
1
2
3
4 #ifndef StudyData_H
5 #define StudyData_H
6
7 #if defined WIN32
8 #  if defined StudyData_EXPORTS || defined STUDYDATA_EXPORTS
9 #    define StudyData_EXPORT __declspec( dllexport )
10 #  else
11 #    define StudyData_EXPORT __declspec( dllimport )
12 #  endif
13 #else
14 #  define StudyData_EXPORT
15 #endif
16
17 #endif // StudyData_H