SVN commit 732883 by staniek: simplify and support for visibility on any platform M +0 -9 kochart_export.h --- trunk/koffice/interfaces/kochart_export.h #732882:732883 @@ -23,9 +23,6 @@ /* needed for KDE_EXPORT and KDE_IMPORT macros */ #include -/* We use _WIN32/_WIN64 instead of Q_OS_WIN so that this header can be used from C files too */ -#if defined _WIN32 || defined _WIN64 - #ifndef KOCHART_EXPORT # if defined(MAKE_KOCHART_LIB) /* We are building this library */ @@ -36,10 +33,4 @@ # endif #endif -#else /* UNIX */ - -#define KOCHART_EXPORT KDE_EXPORT - #endif - -#endif