From 3f61b8fa2d5f55c9d93902c91db7022caa819e24 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 23 Feb 2004 09:47:26 +0000 Subject: [PATCH] patches from Mikhail S Grushinskiy to compile on Mingw Daniel * libexslt/exsltexports.h libxslt/xsltexports.h: patches from Mikhail S Grushinskiy to compile on Mingw Daniel --- ChangeLog | 5 +++++ libexslt/exsltexports.h | 3 +++ libxslt/xsltexports.h | 3 +++ 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40990059..64e6ac0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 22 23:59:12 CET 2004 Daniel Veillard + + * libexslt/exsltexports.h libxslt/xsltexports.h: patches from + Mikhail S Grushinskiy to compile on Mingw + Sat Feb 21 16:47:04 CET 2004 Daniel Veillard * win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c diff --git a/libexslt/exsltexports.h b/libexslt/exsltexports.h index f4c64c03..bead915c 100644 --- a/libexslt/exsltexports.h +++ b/libexslt/exsltexports.h @@ -91,7 +91,10 @@ #undef EXSLTPUBFUN #undef EXSLTPUBVAR #undef EXSLTCALL +/* #if defined(IN_LIBEXSLT) && !defined(LIBEXSLT_STATIC) +*/ + #if !defined(LIBEXSLT_STATIC) #define EXSLTPUBFUN __declspec(dllexport) #define EXSLTPUBVAR __declspec(dllexport) extern #else diff --git a/libxslt/xsltexports.h b/libxslt/xsltexports.h index 1bcb2395..825c122e 100644 --- a/libxslt/xsltexports.h +++ b/libxslt/xsltexports.h @@ -93,7 +93,10 @@ #undef XSLTPUBFUN #undef XSLTPUBVAR #undef XSLTCALL +/* #if defined(IN_LIBXSLT) && !defined(LIBXSLT_STATIC) +*/ + #if !defined(LIBXSLT_STATIC) #define XSLTPUBFUN __declspec(dllexport) #define XSLTPUBVAR __declspec(dllexport) extern #else