filters
versionmagic.h
00001 /* This file is part of the KOffice project 00002 Copyright (C) 2003 Werner Trobin <trobin@kde.org> 00003 Copyright (C) 2003 David Faure <faure@kde.org> 00004 00005 This program is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU General Public 00007 License version 2 as published by the Free Software Foundation. 00008 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 General Public License for more details. 00013 00014 You should have received a copy of the GNU General Public License 00015 along with this program; see the file COPYING. If not, write to 00016 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 00017 * Boston, MA 02110-1301, USA. 00018 */ 00019 00020 #ifndef VERSIONMAGIC_H 00021 #define VERSIONMAGIC_H 00022 00023 #include <wv2/global.h> // ###### FIXME: #include wv2version.h here 00024 00025 #if defined(WV2_IS_VERSION) 00026 # if WV2_IS_VERSION( 0, 2, 5 ) 00027 # define IMAGE_IMPORT 1 00028 # endif 00029 #endif 00030 00031 #endif // VERSIONMAGIC_H