diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-03-27 21:18:39 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | b0e22e955d566b2a981cb43ae477f2646c0c978d (patch) | |
tree | c895caf17f673ae8c45ce9984400bbb0e712ec0c /tracker-points/module/export.hpp | |
parent | 4017bc6534c1c52ad950589d758a3ff30d78f280 (diff) |
Create Points Tracker based on original Point Tracker.
Diffstat (limited to 'tracker-points/module/export.hpp')
-rw-r--r-- | tracker-points/module/export.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tracker-points/module/export.hpp b/tracker-points/module/export.hpp new file mode 100644 index 00000000..a733c9fe --- /dev/null +++ b/tracker-points/module/export.hpp @@ -0,0 +1,11 @@ +// generates export.hpp for each module from compat/linkage.hpp + +#pragma once + +#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 |