repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update dev300-m57
[ooovba.git]
/
libxml2
/
libxml2-2.6.31-mingw.patch
blob
102ef3e2dbb2adb576a3c8e11ca540bddb979607
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
13