00001 /* 00002 * ExpatMM - C++ Wrapper for Expat available at http://expat.sourceforge.net/ 00003 * Copyright (c) 2007, 2008 IntelliTree Solutions llc 00004 * Author: Coleman Kane <ckane@intellitree.com> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General 00017 * Public License along with this library; if not, please feel free 00018 * to contact the author listed above. 00019 */ 00020 /* 00021 * IntelliTree ExpatMM C++ XML Parser Library 00022 * Copyright (C) 2006, 2007 IntelliTree Solutions llc 00023 * Written by Coleman Kane <ckane@intellitree.com> 00024 * 00025 * Header File, further description below 00026 * 00027 */ 00028 #ifndef _EXPATMM_EXPAT_LIBDEF_H 00029 #define _EXPATMM_EXPAT_LIBDEF_H 00030 00031 #ifdef WIN32 00032 #ifdef BUILDING_EXPATMM_DLL 00033 # define EXPATMM_LIBEXPORT __declspec(dllexport) 00034 #else 00035 # define EXPATMM_LIBEXPORT __declspec(dllimport) 00036 #endif /* DLL_EXPORT */ 00037 #endif /* WIN32 */ 00038 00039 #ifndef EXPATMM_LIBEXPORT 00040 # define EXPATMM_LIBEXPORT 00041 #endif 00042 00043 #endif /* _EXPATMM_EXPAT_LIBDEF_H */