Re: [PATCH 1/3] msvcr90: Forward some functions directly to ntdll
27 Mar
2013
27 Mar
'13
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
27 Mar
27 Mar
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.
4733
Age (days ago)
4733
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alexandre Julliard -
Piotr Caban