Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / kfontinst / lib / kfontinst_export.h
blob3f97a77d48a23317d2adf2cd15a6728ec00965f8
1 /* This file is part of the KDE project
2 Copyright (C) 2006 Matthias Kretz <kretz@kde.org>
4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 2 of the License, or
7 (at your option) any later version.
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
14 You should have received a copy of the GNU Library General Public License
15 along with this library; see the file COPYING.LIB. If not, write to
16 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301, USA.
22 #ifndef KFONTINST_EXPORT_H
23 #define KFONTINST_EXPORT_H
25 /* needed for KDE_EXPORT macros */
26 #include <kdemacros.h>
28 #if defined _WIN32 || defined _WIN64
30 #ifndef KFONTINST_EXPORT
31 # if defined(MAKE_KFONTINST_LIB)
32 # define KFONTINST_EXPORT KDE_EXPORT
33 # else
34 # define KFONTINST_EXPORT KDE_IMPORT
35 # endif
36 #endif
39 #else /* UNIX */
41 #define KFONTINST_EXPORT KDE_EXPORT
43 #endif
45 #endif // KFONTINST_EXPORT_H