wininet: Fixed connection_pool_cs declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5660a9be74
commit
89f1d8c58a
|
@ -212,7 +212,7 @@ static CRITICAL_SECTION connection_pool_cs;
|
||||||
static CRITICAL_SECTION_DEBUG connection_pool_debug =
|
static CRITICAL_SECTION_DEBUG connection_pool_debug =
|
||||||
{
|
{
|
||||||
0, 0, &connection_pool_cs,
|
0, 0, &connection_pool_cs,
|
||||||
{ &critsect_debug.ProcessLocksList, &critsect_debug.ProcessLocksList },
|
{ &connection_pool_debug.ProcessLocksList, &connection_pool_debug.ProcessLocksList },
|
||||||
0, 0, { (DWORD_PTR)(__FILE__ ": connection_pool_cs") }
|
0, 0, { (DWORD_PTR)(__FILE__ ": connection_pool_cs") }
|
||||||
};
|
};
|
||||||
static CRITICAL_SECTION connection_pool_cs = { &connection_pool_debug, -1, 0, 0, 0, 0 };
|
static CRITICAL_SECTION connection_pool_cs = { &connection_pool_debug, -1, 0, 0, 0, 0 };
|
||||||
|
|
Loading…
Reference in New Issue