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

Alexandre Julliard julliard at winehq.org
Fri Apr 26 07:46:21 CDT 2013


Jacek Caban <jacek at codeweavers.com> 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* import libs,
> which we don't use in favour of our our own ones.

Don't you need to do that for the other functions too?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list