[PATCH v3] msvcrt: Rename __libm_sse2_* functions to fix compilation, when using Intel compiler.

Piotr Caban piotr.caban at gmail.com
Tue Dec 22 05:24:11 CST 2015


> diff --git a/dlls/msvcrt/math.c b/dlls/msvcrt/math.c
> index 2459bf5..270bcda 100644
> --- a/dlls/msvcrt/math.c
> +++ b/dlls/msvcrt/math.c
> @@ -1980,7 +1980,7 @@ void _safe_fprem1(void)
>   /***********************************************************************
>    *        __libm_sse2_acos   (MSVCRT.@)
>    */
The patch is still not applying cleanly. For some reason in your diff 
there are 8 spaces before __libm_sse2_acos while in math.c there are 2 tabs.

Thanks,
Piotr




More information about the wine-devel mailing list