MythTV master
mythtvexp.h
Go to the documentation of this file.
1#ifndef MYTHTVEXP_H_
2#define MYTHTVEXP_H_
3
4// Included by libdvdnav and libdvdread C code
5
6#ifdef __cplusplus
7# include <QtGlobal>
8# ifdef MTV_API
9# define MTV_PUBLIC Q_DECL_EXPORT
10# else
11# define MTV_PUBLIC Q_DECL_IMPORT
12# endif
13#else
14# define MTV_PUBLIC
15#endif
16
17#endif // MYTHTVEXP_H_