[PATCH v4] include: Add some math declarations.

Piotr Caban piotr.caban at gmail.com
Mon Apr 11 14:13:31 CDT 2022


Hi Daniel,

On 4/9/22 18:13, Daniel Lehman wrote:
> -__int64 CDECL llrint(double x)
> +long long CDECL llrint(double x)
long long is not guaranteed to have correct size. That's why __int64 is 
used instead.

Thanks,
Piotr



More information about the wine-devel mailing list