msvcr110: Fix critical_section_scoped_lock structure size.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2016-06-03 14:27:29 +02:00 committed by Alexandre Julliard
parent 9fbc364ea1
commit c996b8a02f
1 changed files with 2 additions and 1 deletions

View File

@ -514,7 +514,8 @@ MSVCRT_bool __thiscall critical_section_try_lock_for(
typedef struct
{
critical_section *cs;
void *unknown[3];
void *unknown[4];
int unknown2[2];
} critical_section_scoped_lock;
/* ??0scoped_lock@critical_section@Concurrency@@QAE@AAV12@@Z */