MythTV
master
libs
libmythservicecontracts
serviceexp.h
Go to the documentation of this file.
1
#ifndef SERVICEEXP_H_
2
#define SERVICEEXP_H_
3
4
#include <QtCore/qglobal.h>
5
6
#ifdef SERVICE_API
7
# define SERVICE_PUBLIC Q_DECL_EXPORT
8
#else
9
# define SERVICE_PUBLIC Q_DECL_IMPORT
10
#endif
11
12
#endif // SERVICEEXP_H_
Generated on Sat Dec 2 2023 03:22:31 for MythTV by
1.8.17