summaryrefslogtreecommitdiff
path: root/libxslt/xsltconfig.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-08-03 12:26:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-08-03 12:26:17 +0000
commit82dd326edccb95331480e9ccd2eea20bfea1d252 (patch)
treed4485c0478c34335b499d7c69c0c3b0fa5b22edc /libxslt/xsltconfig.h.in
parenta5b9bae5159aa047c9c88f1f318178c820835268 (diff)
downloadlibxslt-82dd326edccb95331480e9ccd2eea20bfea1d252.tar.gz
this got fixed by libxml patches Applied Igor Zlatkovic Win32 Facelift
* tests/general/bug-21-.out tests/general/bug-31-.out: this got fixed by libxml patches * win32/readme.msvc win32/dsp/* xsltproc/xsltproc.c Makefile.am libexslt/exslt.[ch] libexslt/exsltconfig.h.in libexslt/functions.c libexslt/math.c libxslt/win32config.h libxslt/xsltconfig.h.in libxslt/xsltutils.h libxslt/xsltwin32config.h libxslt/xsltwin32config.h.in: Applied Igor Zlatkovic Win32 Facelift No.2 patch, and fixed a few things related to those changes. Daniel
Diffstat (limited to 'libxslt/xsltconfig.h.in')
-rw-r--r--libxslt/xsltconfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libxslt/xsltconfig.h.in b/libxslt/xsltconfig.h.in
index a87b01c0..ed027874 100644
--- a/libxslt/xsltconfig.h.in
+++ b/libxslt/xsltconfig.h.in
@@ -87,6 +87,15 @@ extern "C" {
#define ATTRIBUTE_UNUSED
#endif
+/**
+ * LIBXSLT_PUBLIC:
+ *
+ * This macro is used to declare PUBLIC variables for MSC on Windows
+ */
+#if !defined(WIN32) || defined(__CYGWIN__)
+#define LIBXSLT_PUBLIC
+#endif
+
#ifdef __cplusplus
}
#endif