Files
MINGW-packages/mingw-w64-libxml2/0013-fix-field-type-signedness.all.patch
2013-11-29 15:00:07 +04:00

12 lines
318 B
Diff

--- libxml2-2.9.0/threads.c.orig 2013-03-31 14:51:01 +0400
+++ libxml2-2.9.0/threads.c 2013-03-31 15:23:45 +0400
@@ -157,7 +157,7 @@
static DWORD mainthread;
static struct {
DWORD done;
- DWORD control;
+ LONG control;
} run_once = { 0, 0};
static volatile LPCRITICAL_SECTION global_init_lock = NULL;