Alexandre Julliard : msvcrt: Make sure that errno is always set when calling the invalid parameter handler .
Module: wine Branch: master Commit: 06989a04834bfd8dc8bbf33bfd34485c2d8e8542 URL: http://source.winehq.org/git/wine.git/?a=commit;h=06989a04834bfd8dc8bbf33bfd... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jul 26 11:05:32 2012 +0200 msvcrt: Make sure that errno is always set when calling the invalid parameter handler. --- dlls/msvcrt/data.c | 19 +------- dlls/msvcrt/dir.c | 25 ++++------- dlls/msvcrt/environ.c | 54 ++++++++++-------------- dlls/msvcrt/errno.c | 11 ++--- dlls/msvcrt/file.c | 77 ++++++++++------------------------ dlls/msvcrt/heap.c | 10 ++--- dlls/msvcrt/math.c | 16 ++----- dlls/msvcrt/mbcs.c | 10 ++--- dlls/msvcrt/misc.c | 15 +++---- dlls/msvcrt/msvcrt.h | 5 +- dlls/msvcrt/printf.h | 3 +- dlls/msvcrt/string.c | 108 +++++++++++++++++++++---------------------------- dlls/msvcrt/time.c | 87 ++++++++++++++-------------------------- dlls/msvcrt/wcs.c | 66 +++++++++++------------------- 14 files changed, 184 insertions(+), 322 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=06989a04834bfd8dc8bbf3...
participants (1)
-
Alexandre Julliard