okular
okular_export.h
Go to the documentation of this file.00001 /*************************************************************************** 00002 * Copyright (C) 2006 by Pino Toscano <toscano.pino@tiscali.it> * 00003 * * 00004 * This program is free software; you can redistribute it and/or modify * 00005 * it under the terms of the GNU General Public License as published by * 00006 * the Free Software Foundation; either version 2 of the License, or * 00007 * (at your option) any later version. * 00008 ***************************************************************************/ 00009 00010 #ifndef OKULAR_EXPORT_H 00011 #define OKULAR_EXPORT_H 00012 00013 /* needed for KDE_EXPORT macros */ 00014 #include <kdemacros.h> 00015 00016 00017 #if defined _WIN32 || defined _WIN64 00018 #ifndef OKULAR_EXPORT 00019 # ifdef MAKE_OKULARCORE_LIB 00020 # define OKULAR_EXPORT KDE_EXPORT 00021 # else 00022 # define OKULAR_EXPORT KDE_IMPORT 00023 # endif 00024 #endif 00025 00026 #else /* UNIX*/ 00027 00028 00029 /* export statements for unix */ 00030 #define OKULAR_EXPORT KDE_EXPORT 00031 #endif 00032 00033 #endif
KDE 4.0 API Reference