[Bug 33194] Multiple applications ported to WinRT/ARM using MSVCR110.dll require msvcrt.__C_specific_handler

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 3 17:14:56 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=33194

André H. <nerv at dawncrow.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #2 from André H. <nerv at dawncrow.de> 2013-09-03 17:14:56 CDT ---
Well on the other hand, this was simply caused by the initial msvcr110 commit
(0e7f39439da99ac7900fa32786b0cd81463573fb) which introduced:

+@ stdcall -arch=arm,x86_64 __C_specific_handler(ptr long ptr ptr)
msvcrt.__C_specific_handler

While msvcrt only had the x86_64 export.
Meanwhile the msvcr110 export changed to:

@ stdcall -arch=x86_64 __C_specific_handler(ptr long ptr ptr)
msvcrt.__C_specific_handler

So you won't see the err anymore. The question is if there are applications
calling it...

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.


More information about the wine-bugs mailing list