Tentative Randomless-Entropy variant.
[tagua/yd.git] / src / export.h
blob1b73fca238aaf5b7db40c2be5e97291b6d7c9465
1 /*
2 Copyright (c) 2007 Paolo Capriotti <p.capriotti@gmail.com>
3 (c) 2007 Maurizio Monge <maurizio.monge@kdemail.net>
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
9 */
11 #ifndef EXPORT_H
12 #define EXPORT_H
14 #include <kdemacros.h>
16 #ifdef TAGUA_DEBUG
17 #ifdef MAKE_TAGUAPRIVATE_LIB
18 #define TAGUA_EXPORT KDE_EXPORT
19 #else
20 #define TAGUA_EXPORT KDE_IMPORT
21 #endif // MAKE_TAGUAPRIVATE_LIB
22 #else // TAGUA_DEBUG
23 #define TAGUA_EXPORT
24 #endif // TAGUA_DEBUG
26 #endif // EXPORT_H