libxml2 r3689 - trunk



Author: veillard
Date: Fri Feb  8 10:49:46 2008
New Revision: 3689
URL: http://svn.gnome.org/viewvc/libxml2?rev=3689&view=rev

Log:
* xmlmodule.c: apply simple patch from Carlo Bramini to avoid
  compilation problems with Mingw32
Daniel


Modified:
   trunk/ChangeLog
   trunk/xmlmodule.c

Modified: trunk/xmlmodule.c
==============================================================================
--- trunk/xmlmodule.c	(original)
+++ trunk/xmlmodule.c	Fri Feb  8 10:49:46 2008
@@ -190,7 +190,7 @@
     return (0);
 }
 
-#ifdef HAVE_DLOPEN
+#if defined(HAVE_DLOPEN) && !defined(_WIN32)
 #ifdef HAVE_DLFCN_H
 #include <dlfcn.h>
 #endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]