summaryrefslogtreecommitdiffhomepage
path: root/opentrack/export.hpp
blob: 8c8bdc691b6001b854565c477248491299ebfb8a (plain)
1
2
3
4
5
6
7
#pragma once
#ifdef _WIN32
#   define OPENTRACK_LINKAGE __declspec(dllexport)
#else
#   define OPENTRACK_LINKAGE
#endif
#define OPENTRACK_EXPORT __attribute__ ((visibility ("default"))) OPENTRACK_LINKAGE