]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/BuildAPI/BuildAPI.h
Salome HOME
Added CPP High API for BuildPlugin_Vertex
[modules/shaper.git] / src / BuildAPI / BuildAPI.h
diff --git a/src/BuildAPI/BuildAPI.h b/src/BuildAPI/BuildAPI.h
new file mode 100644 (file)
index 0000000..36cfee1
--- /dev/null
@@ -0,0 +1,20 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
+#ifndef BUILDAPI_H
+#define BUILDAPI_H
+
+#if defined BUILDAPI_EXPORTS
+#if defined WIN32
+#define BUILDAPI_EXPORT __declspec( dllexport )
+#else
+#define BUILDAPI_EXPORT
+#endif
+#else
+#if defined WIN32
+#define BUILDAPI_EXPORT __declspec( dllimport )
+#else
+#define BUILDAPI_EXPORT
+#endif
+#endif
+
+#endif