mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
apply simple patch from Carlo Bramini to avoid compilation problems with
* xmlmodule.c: apply simple patch from Carlo Bramini to avoid compilation problems with Mingw32 Daniel svn path=/trunk/; revision=3689
This commit is contained in:
parent
9e3a513c45
commit
643fb5d7e0
@ -1,3 +1,8 @@
|
||||
Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlmodule.c: apply simple patch from Carlo Bramini to avoid
|
||||
compilation problems with Mingw32
|
||||
|
||||
Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
|
||||
|
@ -190,7 +190,7 @@ xmlModuleFree(xmlModulePtr module)
|
||||
return (0);
|
||||
}
|
||||
|
||||
#ifdef HAVE_DLOPEN
|
||||
#if defined(HAVE_DLOPEN) && !defined(_WIN32)
|
||||
#ifdef HAVE_DLFCN_H
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user