http://bugs.winehq.org/show_bug.cgi?id=33739
Bug #: 33739 Summary: kernel32/ntdll: Wine should support SRW lock functions for IE10, Office 365 and other Product: Wine Version: 1.5.31 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de Classification: Unclassified
Many recent apps use SRW lock functions:
InitializeSRWLock AcquireSRWLockExclusive AcquireSRWLockShared ReleaseSRWLockExclusive ReleaseSRWLockShared
Wine should implement these properly.
(TryAcquireSRWLockExclusive / TryAcquireSRWLockShared and SleepConditionVariableSRW not seen yet)