http://bugs.winehq.org/show_bug.cgi?id=33194
Bug #: 33194 Summary: Multiple applications ported to WinRT/ARM using MSVCR110.dll require msvcrt.__C_specific_handler Product: Wine Version: 1.5.25 Platform: arm OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
now we have the first version of builtin MSVCR110.dll some bugs :) Miranda for ARM needs this.
--- snip --- $ wine ./miranda32.exe err:module:find_forwarded_export function not found for forward 'msvcrt.__C_specific_handler' used by L"C:\windows\system32\msvcr110.dll". If you are using builtin L"msvcr110.dll", try using the native one instead. --- snip ---
It's only implemented for x86 64-bit in ntdll:
http://source.winehq.org/git/wine.git/blob/14a81773c7ce865dd6d919ddee89cad30...
--- snip --- 148 @ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr) ntdll.__C_specific_handler --- snip ---
Regards