summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/export.hpp
blob: cef63f83e55f08bd7d1a42f928b2a1a701641d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// generates export.hpp for each module from compat/linkage.hpp

#pragma once

#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
// static link
#   define OTR_PT_EXPORT
#endif