Re: [PATCH 1/3] msvcr90: Forward some functions directly to ntdll
March 27, 2013
11:13 a.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
These functions are currently forwarded from msvcr90 to msvcrt which forwards to ntdll. Naver LINE is crashing while trying to call them.
Does it work if you remove the forward in msvcrt instead? That would be a better fix. -- Alexandre Julliard julliard(a)winehq.org
March 2013
11:21 a.m.
New subject: [PATCH 1/3] msvcr90: Forward some functions directly to ntdll
On 03/27/13 12:13, Alexandre Julliard wrote:
Piotr Caban <piotr(a)codeweavers.com> writes:
These functions are currently forwarded from msvcr90 to msvcrt which forwards to ntdll. Naver LINE is crashing while trying to call them.
Does it work if you remove the forward in msvcrt instead? That would be a better fix.
Yes, I'll send a fixed version.
4747
Age (days ago)
4747
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Piotr Caban