12 lines
318 B
Diff
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;
|
|
|