MythTV
master
mythtv
libs
libmythprotoserver
mythprotoserverexp.h
Go to the documentation of this file.
1
#ifndef MYTHPROTOEXP_H_
2
#define MYTHPROTOEXP_H_
3
4
#include <QtCore/qglobal.h>
5
6
#ifdef PROTOSERVER_API
7
# define PROTOSERVER_PUBLIC Q_DECL_EXPORT
8
#else
9
# define PROTOSERVER_PUBLIC Q_DECL_IMPORT
10
#endif
11
12
#endif // MYTHPROTOEXP_H_
Generated on Mon Nov 25 2024 03:16:05 for MythTV by
1.8.17