summaryrefslogtreecommitdiffhomepage
path: root/spline-widget/export.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'spline-widget/export.hpp')
-rw-r--r--spline-widget/export.hpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/spline-widget/export.hpp b/spline-widget/export.hpp
deleted file mode 100644
index 4875b4c1..00000000
--- a/spline-widget/export.hpp
+++ /dev/null
@@ -1,27 +0,0 @@
-#pragma once
-
-#ifdef BUILD_spline_widget
-# ifdef _WIN32
-# define OPENTRACK_SPLINE_LINKAGE __declspec(dllexport)
-# else
-# define OPENTRACK_SPLINE_LINKAGE
-# endif
-
-# ifndef _MSC_VER
-# define OPENTRACK_SPLINE_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_SPLINE_LINKAGE
-# else
-# define OPENTRACK_SPLINE_EXPORT OPENTRACK_SPLINE_LINKAGE
-# endif
-#else
- #ifdef _WIN32
- # define OPENTRACK_SPLINE_LINKAGE __declspec(dllimport)
- #else
- # define OPENTRACK_SPLINE_LINKAGE
- #endif
-
- #ifndef _MSC_VER
- # define OPENTRACK_SPLINE_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_SPLINE_LINKAGE
- #else
- # define OPENTRACK_SPLINE_EXPORT OPENTRACK_SPLINE_LINKAGE
- #endif
-#endif