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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user