Re: msvcrt.h: Use inline function to forward hypot to _hypot.

2013-04-26 Thread Jacek Caban
On 04/26/13 16:18, Alexandre Julliard wrote: > Jacek Caban writes: > >> On 04/26/13 14:46, Alexandre Julliard wrote: >>> Jacek Caban writes: >>> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version. Previous versions had a separated library that contained forwards from >

Re: msvcrt.h: Use inline function to forward hypot to _hypot.

2013-04-26 Thread Alexandre Julliard
Jacek Caban writes: > On 04/26/13 14:46, Alexandre Julliard wrote: >> Jacek Caban writes: >> >>> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version. >>> Previous versions had a separated library that contained forwards from >>> underscored functions to non-underscored, which I

Re: msvcrt.h: Use inline function to forward hypot to _hypot.

2013-04-26 Thread Jacek Caban
On 04/26/13 14:46, Alexandre Julliard wrote: > Jacek Caban writes: > >> This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version. >> Previous versions had a separated library that contained forwards from >> underscored functions to non-underscored, which I believe made using >> hypot w

Re: msvcrt.h: Use inline function to forward hypot to _hypot.

2013-04-26 Thread Alexandre Julliard
Jacek Caban writes: > This fixes compiling msvcp* DLLs with recent mingw-w64 trunk version. > Previous versions had a separated library that contained forwards from > underscored functions to non-underscored, which I believe made using > hypot work. Those were currently moved directly to msvcr* i