Salome HOME
#2027 Sketcher Trim Feature: 1. preview/selected attributes in trim; 2. avoid includi...
[modules/shaper.git] / src / GDMLAPI / GDMLAPI.h
1 // Copyright (C) 2014-2016 CEA/DEN, EDF R&D
2
3 // File:        GDMLAPI.h
4 // Created:     29 Nov 2016
5 // Author:      Clarisse Genrault (CEA)
6
7 #ifndef GDMLAPI_H
8 #define GDMLAPI_H
9
10 #if defined GDMLAPI_EXPORTS
11 #if defined WIN32
12 #define GDMLAPI_EXPORT __declspec( dllexport )
13 #else
14 #define GDMLAPI_EXPORT
15 #endif
16 #else
17 #if defined WIN32
18 #define GDMLAPI_EXPORT __declspec( dllimport )
19 #else
20 #define GDMLAPI_EXPORT
21 #endif
22 #endif
23
24 #endif // GDMLAPI_H