diff options
Diffstat (limited to 'src/kmplayer_def.h')
-rw-r--r-- | src/kmplayer_def.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/kmplayer_def.h b/src/kmplayer_def.h index 7c3ee7f..044be16 100644 --- a/src/kmplayer_def.h +++ b/src/kmplayer_def.h @@ -31,16 +31,16 @@ #include <kdemacros.h> #undef KDE_NO_CDTOR_EXPORT -#undef KDE_NO_EXPORT -#ifndef KDE_EXPORT - #define KDE_EXPORT +#undef TDE_NO_EXPORT +#ifndef TDE_EXPORT + #define TDE_EXPORT #endif #if __GNUC__ - 0 > 3 && __GNUC_MINOR__ - 0 > 1 # define KMPLAYER_NO_EXPORT __attribute__ ((visibility("hidden"))) # define KMPLAYER_EXPORT __attribute__ ((visibility("default"))) # define KMPLAYER_NO_MBR_EXPORT __attribute__ ((visibility("hidden"))) # define KDE_NO_CDTOR_EXPORT -# define KDE_NO_EXPORT +# define TDE_NO_EXPORT #elif __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 > 3) #if __GNUC__ - 0 > 3 #define KMPLAYER_NO_EXPORT __attribute__ ((visibility("hidden"))) @@ -48,18 +48,18 @@ #define KMPLAYER_NO_EXPORT #endif #define KDE_NO_CDTOR_EXPORT __attribute__ ((visibility("hidden"))) - #define KDE_NO_EXPORT __attribute__ ((visibility("hidden"))) + #define TDE_NO_EXPORT __attribute__ ((visibility("hidden"))) #define KMPLAYER_EXPORT __attribute__ ((visibility("default"))) #define KMPLAYER_NO_MBR_EXPORT #elif __GNUC__ - 0 > 3 || (__GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 > 2) #define KDE_NO_CDTOR_EXPORT - #define KDE_NO_EXPORT __attribute__ ((visibility("hidden"))) + #define TDE_NO_EXPORT __attribute__ ((visibility("hidden"))) #define KMPLAYER_EXPORT #define KMPLAYER_NO_EXPORT #define KMPLAYER_NO_MBR_EXPORT #else #define KDE_NO_CDTOR_EXPORT - #define KDE_NO_EXPORT + #define TDE_NO_EXPORT #define KMPLAYER_EXPORT #define KMPLAYER_NO_EXPORT #define KMPLAYER_NO_MBR_EXPORT |