csextern.h
00001 /* 00002 Copyright (C) 2004 by Jorrit Tyberghein 00003 Written by John Harger <jharger AT users.sourceforge.net> 00004 00005 This library is free software; you can redistribute it and/or 00006 modify it under the terms of the GNU Library General Public 00007 License as published by the Free Software Foundation; either 00008 version 2 of the License, or (at your option) any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Library General Public License for more details. 00014 00015 You should have received a copy of the GNU Library General Public 00016 License along with this library; if not, write to the Free 00017 Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 00018 */ 00019 00020 #ifndef __CS_CSEXTERN_H__ 00021 #define __CS_CSEXTERN_H__ 00022 00023 // Defaults for platforms that do not define their own. 00024 #ifndef CS_EXPORT_SYM 00025 #define CS_EXPORT_SYM 00026 #endif 00027 #ifndef CS_IMPORT_SYM 00028 #define CS_IMPORT_SYM 00029 #endif 00030 00031 #ifdef CS_CSUTIL_LIB 00032 #define CS_CSUTIL_EXPORT CS_EXPORT_SYM 00033 #else 00034 #define CS_CSUTIL_EXPORT CS_IMPORT_SYM 00035 #endif 00036 00037 #ifdef CS_CSTOOL_LIB 00038 #define CS_CSTOOL_EXPORT CS_EXPORT_SYM 00039 #else 00040 #define CS_CSTOOL_EXPORT CS_IMPORT_SYM 00041 #endif 00042 00043 #ifdef CS_CSGFX_LIB 00044 #define CS_CSGFX_EXPORT CS_EXPORT_SYM 00045 #else 00046 #define CS_CSGFX_EXPORT CS_IMPORT_SYM 00047 #endif 00048 00049 #ifdef CS_CSGEOM_LIB 00050 #define CS_CSGEOM_EXPORT CS_EXPORT_SYM 00051 #else 00052 #define CS_CSGEOM_EXPORT CS_IMPORT_SYM 00053 #endif 00054 00055 #ifdef CS_CSWS_LIB 00056 #define CS_CSWS_EXPORT CS_EXPORT_SYM 00057 #else 00058 #define CS_CSWS_EXPORT CS_IMPORT_SYM 00059 #endif 00060 00061 #endif // __CS_EXTERN_H__
Generated for Crystal Space by doxygen 1.2.18