1
by Harald Sitter
Import upstream version 4.0.98 |
1 |
#ifndef PLASMA_COMIC_EXPORT_H
|
2 |
#define PLASMA_COMIC_EXPORT_H
|
|
3 |
||
4 |
/* needed for KDE_EXPORT macros */
|
|
5 |
#include <kdemacros.h> |
|
6 |
||
7 |
#if defined _WIN32 || defined _WIN64
|
|
8 |
#ifndef PLASMA_COMIC_EXPORT
|
|
1.1.4
by Jonathan Thomas
Import upstream version 4.1.80 |
9 |
# ifdef MAKE_PLASMACOMICPROVIDERCORE_LIB
|
1
by Harald Sitter
Import upstream version 4.0.98 |
10 |
# define PLASMA_COMIC_EXPORT KDE_EXPORT
|
11 |
# else
|
|
12 |
# define PLASMA_COMIC_EXPORT KDE_IMPORT
|
|
13 |
# endif
|
|
14 |
#endif
|
|
15 |
||
16 |
#else /* UNIX*/ |
|
17 |
||
18 |
/* export statements for unix */
|
|
19 |
#define PLASMA_COMIC_EXPORT KDE_EXPORT
|
|
20 |
#endif
|
|
21 |
||
22 |
#endif
|