update dev300-m57
[ooovba.git] / libxml2 / libxml2-2.6.31-mingw.patch
blob102ef3e2dbb2adb576a3c8e11ca540bddb979607
1 --- misc/libxml2-2.6.31/libxml.h 2007-11-23 19:47:23.000000000 +0900
2 +++ misc/build/libxml2-2.6.31/libxml.h 2009-07-10 14:37:34.988250000 +0900
3 @@ -30,6 +30,10 @@
4 #include <libxml/xmlversion.h>
5 #else
6 #include "config.h"
7 +#ifdef __MINGW32__
8 +#undef HAVE_LIBPTHREAD
9 +#undef HAVE_PTHREAD_H
10 +#endif
11 #include <libxml/xmlversion.h>
12 #endif