1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-11-30 16:21:22 +03:00

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
This commit is contained in:
Daniel Veillard
2004-02-23 09:47:26 +00:00
parent ae36a36cf7
commit 3f61b8fa2d
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
Sun Feb 22 23:59:12 CET 2004 Daniel Veillard <daniel@veillard.com>
* 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 <daniel@veillard.com> Sat Feb 21 16:47:04 CET 2004 Daniel Veillard <daniel@veillard.com>
* win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c * win32/Makefile.msvc: patch from Mark Vadoc for attrvt.c

View File

@@ -91,7 +91,10 @@
#undef EXSLTPUBFUN #undef EXSLTPUBFUN
#undef EXSLTPUBVAR #undef EXSLTPUBVAR
#undef EXSLTCALL #undef EXSLTCALL
/*
#if defined(IN_LIBEXSLT) && !defined(LIBEXSLT_STATIC) #if defined(IN_LIBEXSLT) && !defined(LIBEXSLT_STATIC)
*/
#if !defined(LIBEXSLT_STATIC)
#define EXSLTPUBFUN __declspec(dllexport) #define EXSLTPUBFUN __declspec(dllexport)
#define EXSLTPUBVAR __declspec(dllexport) extern #define EXSLTPUBVAR __declspec(dllexport) extern
#else #else

View File

@@ -93,7 +93,10 @@
#undef XSLTPUBFUN #undef XSLTPUBFUN
#undef XSLTPUBVAR #undef XSLTPUBVAR
#undef XSLTCALL #undef XSLTCALL
/*
#if defined(IN_LIBXSLT) && !defined(LIBXSLT_STATIC) #if defined(IN_LIBXSLT) && !defined(LIBXSLT_STATIC)
*/
#if !defined(LIBXSLT_STATIC)
#define XSLTPUBFUN __declspec(dllexport) #define XSLTPUBFUN __declspec(dllexport)
#define XSLTPUBVAR __declspec(dllexport) extern #define XSLTPUBVAR __declspec(dllexport) extern
#else #else