msvcrt: Use the standard va_list instead of __ms_va_list.
commitd8ed47ec21b255976131c82e4c14653846765adb
authorAlexandre Julliard <julliard@winehq.org>
Fri, 22 Oct 2021 09:12:09 +0000 (22 11:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Oct 2021 09:12:09 +0000 (22 11:12 +0200)
tree8ceca769e25cba2d9a5d45e8517cc73b3f3a72e3
parent523553512a580a885b1783c773699dfe0928e3b6
msvcrt: Use the standard va_list instead of __ms_va_list.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 files changed:
dlls/msvcr120/tests/msvcr120.c
dlls/msvcr90/tests/msvcr90.c
dlls/msvcrt/concurrency.c
dlls/msvcrt/console.c
dlls/msvcrt/file.c
dlls/msvcrt/misc.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/printf.h
dlls/msvcrt/process.c
dlls/msvcrt/scanf.c
dlls/msvcrt/scanf.h
dlls/msvcrt/tests/printf.c
dlls/msvcrt/wcs.c
dlls/ucrtbase/tests/printf.c
dlls/ucrtbase/tests/scanf.c