From 88e4563455ca183e1b77364b73d5e6173af513d3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 20 Sep 2016 21:24:40 +0200 Subject: api, compat: backport exports fix --- opentrack/selected-libraries.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'opentrack/selected-libraries.hpp') diff --git a/opentrack/selected-libraries.hpp b/opentrack/selected-libraries.hpp index 5384f9e2..a2e0ff87 100644 --- a/opentrack/selected-libraries.hpp +++ b/opentrack/selected-libraries.hpp @@ -12,13 +12,9 @@ #include -#ifdef BUILD_api -# include "opentrack-compat/export.hpp" -#else -# include "opentrack-compat/import.hpp" -#endif +#include "export.hpp" -struct OPENTRACK_EXPORT SelectedLibraries { +struct OPENTRACK_API_EXPORT SelectedLibraries { using dylibptr = mem; mem pTracker; mem pFilter; -- cgit v1.2.3