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-compat/shm.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'opentrack-compat/shm.h') diff --git a/opentrack-compat/shm.h b/opentrack-compat/shm.h index 3edb0080..e41daaef 100644 --- a/opentrack-compat/shm.h +++ b/opentrack-compat/shm.h @@ -24,11 +24,8 @@ # pragma GCC diagnostic ignored "-Wattributes" #endif -#ifdef BUILD_compat -# include "compat-export.hpp" -#else -# include "compat-import.hpp" -#endif +#include "export.hpp" + class OPENTRACK_COMPAT_EXPORT PortableLockedShm { public: -- cgit v1.2.3