[PATCH] msvcrt: Don't include MSVC 10.0+ math functions in SOs for older DLLs

Piotr Caban piotr.caban at gmail.com
Fri Dec 22 11:12:35 CST 2017


On 12/21/17 07:24, Alex Henrie wrote:
> +/*********************************************************************
> + *      llabs (MSVCR100.@)
> + *      llabs (MSVCR110.@)
> + *      llabs (MSVCR120.@)
> + */
Usually there's only one comment for every function (for oldest dll 
version that exports it). Taking in account these comments are not very 
useful I would prefer to keep minimal number of them.

I would also prefer to avoid moving functions as much as possible so 
"git blame" is more meaningful.

Thanks,
Piotr



More information about the wine-devel mailing list