Fix no newlines warnings. Patch by Peter Oberndorfer
[kdevelopdvcssupport.git] / util / utilexport.h
blobf466510c96de890410611b67fb119b3a5d3fd76b
1 /***************************************************************************
2 * This file is part of KDevelop *
3 * Copyright 2007 Andreas Pakulat <apaku@gmx.de> *
4 * Copyright 2006 Matt Rogers <mattr@kde.org> *
5 * Copyright 2004 Jarosław Staniek <staniek@kde.org> *
6 * *
7 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU Library General Public License as *
9 * published by the Free Software Foundation; either version 2 of the *
10 * License, or (at your option) any later version. *
11 * *
12 * This program is distributed in the hope that it will be useful, *
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
15 * GNU General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU Library General Public *
18 * License along with this program; if not, write to the *
19 * Free Software Foundation, Inc., *
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
21 ***************************************************************************/
23 #ifndef UTILEXPORT_H
24 #define UTILEXPORT_H
26 /* needed for KDE_EXPORT macros */
27 #include <kdemacros.h>
29 #ifndef KDEVPLATFORMUTIL_EXPORT
30 # ifdef MAKE_KDEVPLATFORMUTIL_LIB
31 # define KDEVPLATFORMUTIL_EXPORT KDE_EXPORT
32 # else
33 # define KDEVPLATFORMUTIL_EXPORT KDE_IMPORT
34 # endif
35 #endif
37 #endif