00001 #ifndef MYTHTVEXP_H_
00002 #define MYTHTVEXP_H_
00003
00004
00005
00006
00007 #if defined( QT_CORE_LIB ) && defined( __cplusplus )
00008 # include <QtCore/qglobal.h>
00009 # ifdef MTV_API
00010 # define MTV_PUBLIC Q_DECL_EXPORT
00011 # else
00012 # define MTV_PUBLIC Q_DECL_IMPORT
00013 # endif
00014 #else
00015 # define MTV_PUBLIC
00016 #endif
00017
00018 #if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)))
00019 # define MHIDDEN __attribute__((visibility("hidden")))
00020 # define MUNUSED __attribute__((unused))
00021 # define MDEPRECATED __attribute__((deprecated))
00022 # define MALIGN32 __attribute__ ((aligned (32)))
00023 #else
00024 # define MHIDDEN
00025 # define MUNUSED
00026 # define MDEPRECATED
00027 # define MALIGN32
00028 #endif
00029
00030 #endif // MYTHTVEXP_H_