summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_base/ftnoir_protocol_base_global.h
blob: 06386c7f525694a1a527b3de1ee017e264545ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef FTNOIR_PROTOCOL_BASE_GLOBAL_H
#define FTNOIR_PROTOCOL_BASE_GLOBAL_H

#include <QtGlobal>

#ifndef OPENTRACK_MAIN
# if !defined(_MSC_VER)
#   define FTNOIR_PROTOCOL_BASE_EXPORT __attribute__ ((visibility ("default")))
# else
#   define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_EXPORT
#endif
#else
# define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_IMPORT
#endif

#endif // FTNOIR_PROTOCOL_BASE_GLOBAL_H