Eneboo - Documentación para desarrolladores
|
00001 /* 00002 * Summary: internal header only used during the compilation of libxslt 00003 * Description: internal header only used during the compilation of libxslt 00004 * 00005 * Copy: See Copyright for the status of this software. 00006 * 00007 * Author: Daniel Veillard 00008 */ 00009 00010 #ifndef __XSLT_LIBXSLT_H__ 00011 #define __XSLT_LIBXSLT_H__ 00012 00013 #if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__) 00014 #include <win32config.h> 00015 #else 00016 #include "config.h" 00017 #endif 00018 00019 #include <libxslt/xsltconfig.h> 00020 #include <libxml/xmlversion.h> 00021 00022 #if !defined LIBXSLT_PUBLIC 00023 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC 00024 #define LIBXSLT_PUBLIC __declspec(dllimport) 00025 #else 00026 #define LIBXSLT_PUBLIC 00027 #endif 00028 #endif 00029 00030 #endif /* ! __XSLT_LIBXSLT_H__ */