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