summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/export.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack/export.hpp b/opentrack/export.hpp
index 2dab8bef..96daef53 100644
--- a/opentrack/export.hpp
+++ b/opentrack/export.hpp
@@ -10,7 +10,7 @@
# ifndef _MSC_VER
# define OPENTRACK_API_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_API_LINKAGE
# else
-# define OPENTRACK_API_EXPORT OPENTRACK_LINKAGE
+# define OPENTRACK_API_EXPORT OPENTRACK_API_LINKAGE
# endif
#else