[PATCH] msvcrt: change __libm_sse2_... functions internal names (exported names preserved) msvcr80, msvcr90, msvcr100, msvcr110, msvcr120: update spec file

Piotr Caban piotr.caban at gmail.com
Tue Dec 22 04:02:06 CST 2015


On 12/22/15 10:54, Paul Gofman wrote:
> -void __cdecl __libm_sse2_acos(void)
> +void __cdecl l__libm_sse2_acos(void)
In other places where we need to rename functions "MSVCRT_" prefix is 
added to function name. Could you please change the function names this way?

Also it will be nicer to change the commit message to something like:
msvcrt: Rename __libm_sse2_* functions to fix compilation when using 
Intel compiler.

Thanks,
Piotr



More information about the wine-devel mailing list