summaryrefslogtreecommitdiffstats
path: root/libxml2/libxml2-2.6.31-mingw.patch
blob: 102ef3e2dbb2adb576a3c8e11ca540bddb979607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- misc/libxml2-2.6.31/libxml.h	2007-11-23 19:47:23.000000000 +0900
+++ misc/build/libxml2-2.6.31/libxml.h	2009-07-10 14:37:34.988250000 +0900
@@ -30,6 +30,10 @@
 #include <libxml/xmlversion.h>
 #else
 #include "config.h"
+#ifdef __MINGW32__
+#undef HAVE_LIBPTHREAD 
+#undef HAVE_PTHREAD_H 
+#endif
 #include <libxml/xmlversion.h>
 #endif