MythTV  master
upnpexp.h
Go to the documentation of this file.
1 #ifndef UPNPEXP_H_
2 #define UPNPEXP_H_
3 
4 #include <QtCore/qglobal.h>
5 
6 #ifdef UPNP_API
7 # define UPNP_PUBLIC Q_DECL_EXPORT
8 #else
9 # define UPNP_PUBLIC Q_DECL_IMPORT
10 #endif
11 
12 #endif // UPNPEXP_H_