msvcrt: Use WINAPIV calling convention for variadic functions.
commit7726157e19f030690c209e59cd1102a6d0e243a2
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Nov 2017 09:19:18 +0000 (2 10:19 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 2 Nov 2017 09:20:02 +0000 (2 10:20 +0100)
tree8982d7226f4801041475946b19ad046e39267545
parente488a246a5467814bf1d3ef0f0b88373a72d82af
msvcrt: Use WINAPIV calling convention for variadic functions.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
21 files changed:
dlls/msvcp90/msvcp_main.c
dlls/msvcr120/tests/msvcr120.c
dlls/msvcr90/tests/msvcr90.c
dlls/msvcrt/console.c
dlls/msvcrt/except_i386.c
dlls/msvcrt/file.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/process.c
dlls/msvcrt/scanf.c
dlls/msvcrt/scheduler.c
dlls/msvcrt/tests/printf.c
dlls/msvcrt/tests/scanf.c
dlls/msvcrt/wcs.c
dlls/ucrtbase/tests/printf.c
include/msvcrt/conio.h
include/msvcrt/crtdbg.h
include/msvcrt/crtdefs.h
include/msvcrt/io.h
include/msvcrt/process.h
include/msvcrt/stdio.h
include/msvcrt/wchar.h