https://bugs.winehq.org/show_bug.cgi?id=38773 Bug ID: 38773 Summary: msvcr100/110/120 is missing reader_writer_lock (required for MSVC 2013) Product: Wine Version: 1.7.45 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: gerbilsoft(a)gerbilsoft.com Distribution: --- Compiling a precompiled header using MSVC 2013 command line tools on Wine 1.7.45 results in the following errors: err:msvcrt:demangle_datatype Unknown type s wine: Call from 0x7b83bae3 to unimplemented function msvcr120.dll.??0reader_writer_lock(a)Concurrency@@QAE(a)XZ, aborting I'm not sure if the demangle_datatype error is important; however, the unimplemented function is causing CL to fail. This function (and related reader_writer_lock functions) are currently marked as stubs in msvcr100, msvcr110, and msvcr120. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.