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