[PATCH v2] include: Add some math declarations.

Piotr Caban piotr.caban at gmail.com
Wed Apr 6 07:27:20 CDT 2022


Hi Daniel,

On 4/5/22 04:40, Daniel Lehman wrote:
> +static inline float nextafterf(float x, float y) { return nextafter(x, y); }
This will not work.

Thanks,
Piotr



More information about the wine-devel mailing list