Commit c996b8a0 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcr110: Fix critical_section_scoped_lock structure size.

parent 9fbc364e
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment