Re: [PATCH 1/3] msvcr90: Forward some functions directly to ntdll

2013-03-27 Thread Piotr Caban
On 03/27/13 12:13, Alexandre Julliard wrote: Piotr Caban 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. Y

Re: [PATCH 1/3] msvcr90: Forward some functions directly to ntdll

2013-03-27 Thread Alexandre Julliard
Piotr Caban 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 julli...@winehq.org