summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-06-23 15:41:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-06-23 15:41:55 +0000
commit06dd93086f613f40dc0c28ff599b46e39b84e6ca (patch)
tree5ba3315a5af3ef63a037e989b25d39369a780bd2 /libxslt/xsltconfig.h.in
parent9c256525243e745d47f1a672967dc4784e42bc45 (diff)
downloadlibxslt-06dd93086f613f40dc0c28ff599b46e39b84e6ca.tar.gz
- Makefile.am libxslt/Makefile.am libxslt/numbers.c
libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltproc.c: Patches for Windows mostly contributed by Yon Derek - win32/libxslt/libxslt.def win32/libxslt/libxslt.dsw win32/libxslt/libxslt_so.dsp win32/libxslt/xsltproc.dsp: Project file for Mircrosoft C provided by Yon Derek Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index 69143ba0..14ebb593 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -9,7 +9,11 @@
#ifndef __XML_XSLTCONFIG_H__
#define __XML_XSLTCONFIG_H__
+#ifdef WIN32
+#include <win32config.h>
+#else
#include "config.h"
+#endif
#ifdef __cplusplus
extern "C" {