Eneboo - Documentación para desarrolladores
|
00001 /* 00002 * libexslt.h: internal header only used during the compilation of libexslt 00003 * 00004 * See COPYRIGHT for the status of this software 00005 * 00006 * Author: daniel@veillard.com 00007 */ 00008 00009 #ifndef __XSLT_LIBEXSLT_H__ 00010 #define __XSLT_LIBEXSLT_H__ 00011 00012 #if defined(WIN32) && !defined (__CYGWIN__) && !defined (__MINGW32__) 00013 #include <win32config.h> 00014 #else 00015 #include "config.h" 00016 #endif 00017 00018 #include <libxslt/xsltconfig.h> 00019 #include <libxml/xmlversion.h> 00020 00021 #if !defined LIBEXSLT_PUBLIC 00022 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defined LIBEXSLT_STATIC 00023 #define LIBEXSLT_PUBLIC __declspec(dllimport) 00024 #else 00025 #define LIBEXSLT_PUBLIC 00026 #endif 00027 #endif 00028 00029 #endif /* ! __XSLT_LIBEXSLT_H__ */