Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
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 #ifdef CS_CSUTIL_LIB 00024 #define CS_CSUTIL_EXPORT CS_EXPORT_SYM 00025 #else 00026 #define CS_CSUTIL_EXPORT CS_IMPORT_SYM 00027 #endif 00028 00029 #ifdef CS_CSTOOL_LIB 00030 #define CS_CSTOOL_EXPORT CS_EXPORT_SYM 00031 #else 00032 #define CS_CSTOOL_EXPORT CS_IMPORT_SYM 00033 #endif 00034 00035 #ifdef CS_CSGFX_LIB 00036 #define CS_CSGFX_EXPORT CS_EXPORT_SYM 00037 #else 00038 #define CS_CSGFX_EXPORT CS_IMPORT_SYM 00039 #endif 00040 00041 #ifdef CS_CSGEOM_LIB 00042 #define CS_CSGEOM_EXPORT CS_EXPORT_SYM 00043 #else 00044 #define CS_CSGEOM_EXPORT CS_IMPORT_SYM 00045 #endif 00046 00047 #ifdef CS_CSWS_LIB 00048 #define CS_CSWS_EXPORT CS_EXPORT_SYM 00049 #else 00050 #define CS_CSWS_EXPORT CS_IMPORT_SYM 00051 #endif 00052 00053 #ifdef CS_CSPLUGINCOMMON_LIB 00054 #define CS_CSPLUGINCOMMON_EXPORT CS_EXPORT_SYM 00055 #else 00056 #define CS_CSPLUGINCOMMON_EXPORT CS_IMPORT_SYM 00057 #endif 00058 00059 #ifdef CS_CSPLUGINCOMMON_W32_LIB 00060 #define CS_CSPLUGINCOMMON_W32_EXPORT CS_EXPORT_SYM 00061 #else 00062 #define CS_CSPLUGINCOMMON_W32_EXPORT CS_IMPORT_SYM 00063 #endif 00064 00065 #ifdef CS_CSPLUGINCOMMON_OGL_LIB 00066 #define CS_CSPLUGINCOMMON_OGL_EXPORT CS_EXPORT_SYM 00067 #else 00068 #define CS_CSPLUGINCOMMON_OGL_EXPORT CS_IMPORT_SYM 00069 #endif 00070 00071 #ifdef CS_CSPLUGINCOMMON_DX_LIB 00072 #define CS_CSPLUGINCOMMON_DX_EXPORT CS_EXPORT_SYM 00073 #else 00074 #define CS_CSPLUGINCOMMON_DX_EXPORT CS_IMPORT_SYM 00075 #endif 00076 00077 #endif // __CS_EXTERN_H__
Generated for Crystal Space by doxygen 1.3.9.1