summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-18 13:38:18 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-18 13:38:18 +0200
commit92ada4499ba5036d694a2592e199ec77bd8af97e (patch)
tree0c7cef66bc2c90bdd400d4ac8fb66b64b639f3a3 /opentrack
parent494ac6a035c0c6f4a77118663ebd1abf92072339 (diff)
compat, logic, api: fix export macro copy-paste errors
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