summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/export.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-18 09:40:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-18 09:40:46 +0100
commita7a60c8f5328d8d1b6dbb2d73635ab64aa480d41 (patch)
tree2394df68f8cb40825ef6afcb89afbc81ec88f4f8 /tracker-pt/export.hpp
parent0d32aec11d09f1ac1088b05a214432b6be4b534b (diff)
tracker/pt: split impl and algorithm
Issue: #718
Diffstat (limited to 'tracker-pt/export.hpp')
-rw-r--r--tracker-pt/export.hpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/tracker-pt/export.hpp b/tracker-pt/export.hpp
index a733c9fe..cef63f83 100644
--- a/tracker-pt/export.hpp
+++ b/tracker-pt/export.hpp
@@ -2,10 +2,14 @@
#pragma once
-#include "compat/linkage-macros.hpp"
-
-#ifdef BUILD_TRACKER_PT
-# define OTR_PT_EXPORT OTR_GENERIC_EXPORT
+#if 0
+# include "compat/linkage-macros.hpp"
+# ifdef BUILD_TRACKER_PT
+# define OTR_PT_EXPORT OTR_GENERIC_EXPORT
+# else
+# define OTR_PT_EXPORT OTR_GENERIC_IMPORT
+# endif
#else
-# define OTR_PT_EXPORT OTR_GENERIC_IMPORT
+// static link
+# define OTR_PT_EXPORT
#endif