From: David Faure Date: Mon, 26 Mar 2007 13:23:45 +0000 (+0000) Subject: there is only one lib, no need to have two macros X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1a321e5fbcdaf7d92d023bb1f8f2c6352b3c133e?ds=inline there is only one lib, no need to have two macros CCMAIL: Christian Ehrlicher svn path=/trunk/KDE/kdebase/apps/; revision=646692 --- diff --git a/src/libdolphin_export.h b/src/libdolphin_export.h index 36071e1a3..05b22513b 100644 --- a/src/libdolphin_export.h +++ b/src/libdolphin_export.h @@ -26,16 +26,6 @@ /* needed, because e.g. Q_OS_UNIX is so frequently used */ #include -#ifdef MAKE_DOLPHIN_LIB -# define LIBDOLPHIN_EXPORT KDE_EXPORT -#else -# ifdef Q_OS_WIN -# define LIBDOLPHIN_EXPORT KDE_IMPORT -# else -# define LIBDOLPHIN_EXPORT KDE_EXPORT -# endif -#endif - #ifdef MAKE_DOLPHINPRIVATE_LIB # define LIBDOLPHINPRIVATE_EXPORT KDE_EXPORT #else