mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-08 21:42:07 +03:00
moved the config.h include out of exsltconfig.h since this header is
* libexslt/*.c libexslt/exsltconfig.h.in: moved the config.h include out of exsltconfig.h since this header is exported and config.h is not. Daniel
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Fri Oct 19 16:46:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libexslt/*.c libexslt/exsltconfig.h.in: moved the
|
||||
config.h include out of exsltconfig.h since this header is
|
||||
exported and config.h is not.
|
||||
|
||||
Wed Oct 17 21:20:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxslt/attributes.c libxslt/extensions.c libxslt/preproc.c
|
||||
|
@@ -1,3 +1,9 @@
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
@@ -17,6 +17,12 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
@@ -1,5 +1,11 @@
|
||||
#include <libxml/xmlversion.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && defined(_MSC_VER)
|
||||
#include <libxslt/xsltwin32config.h>
|
||||
#else
|
||||
|
@@ -9,12 +9,6 @@
|
||||
#ifndef __XML_EXSLTCONFIG_H__
|
||||
#define __XML_EXSLTCONFIG_H__
|
||||
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@@ -1,5 +1,11 @@
|
||||
#include "libxslt/libxslt.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <libxml/tree.h>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
#ifdef WIN32
|
||||
#include <win32config.h>
|
||||
#else
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xpath.h>
|
||||
#include <libxml/xpathInternals.h>
|
||||
|
Reference in New Issue
Block a user