From 92ada4499ba5036d694a2592e199ec77bd8af97e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Jun 2016 13:38:18 +0200 Subject: compat, logic, api: fix export macro copy-paste errors --- opentrack/export.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentrack') 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 -- cgit v1.2.3