Signed-off-by: Piotr Caban piotr@codeweavers.com --- configure.ac | 1 - dlls/msvcrt/math.c | 9 ++++++++- dlls/msvcrt/unixlib.c | 13 ------------- dlls/msvcrt/unixlib.h | 1 - 4 files changed, 8 insertions(+), 16 deletions(-)
Hi,
This patch is not correct for values in range INT_MAX..UINT_MAX (it shouldn't set errno in this case). I'll send a fixed version. The same states for 5-7 patches.
Thanks, Piotr