summaryrefslogtreecommitdiffhomepage
path: root/opentrack/import.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack/import.hpp')
-rw-r--r--opentrack/import.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/opentrack/import.hpp b/opentrack/import.hpp
deleted file mode 100644
index 7448416a..00000000
--- a/opentrack/import.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#ifdef _WIN32
-# define OPENTRACK_API_LINKAGE __declspec(dllimport)
-#else
-# define OPENTRACK_API_LINKAGE
-#endif
-
-#ifndef _MSC_VER
-# define OPENTRACK_API_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_API_LINKAGE
-#else
-# define OPENTRACK_API_EXPORT OPENTRACK_API_LINKAGE
-#endif