2 * libexslt.h: internal header only used during the compilation of libexslt
4 * See COPYRIGHT for the status of this software
6 * Author: daniel@veillard.com
9 #ifndef __XSLT_LIBEXSLT_H__
10 #define __XSLT_LIBEXSLT_H__
12 #if defined(WIN32) && !defined (__CYGWIN__)
13 #include <win32config.h>
18 #if defined(WIN32) && !defined(__CYGWIN__)
19 #include "xsltwin32config.h"
21 #include "xsltconfig.h"
22 #include <libxml/xmlversion.h>
25 #if !defined LIBEXSLT_PUBLIC
26 #if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defined LIBEXSLT_STATIC
27 #define LIBEXSLT_PUBLIC __declspec(dllimport)
29 #define LIBEXSLT_PUBLIC
33 #endif /* ! __XSLT_LIBEXSLT_H__ */