Alexandre Julliard : msvcrt: Use the standard va_list instead of __ms_va_list.

Alexandre Julliard julliard at winehq.org
Fri Oct 22 14:46:11 CDT 2021


Module: wine
Branch: master
Commit: d8ed47ec21b255976131c82e4c14653846765adb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d8ed47ec21b255976131c82e4c14653846765adb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Oct 22 11:12:09 2021 +0200

msvcrt: Use the standard va_list instead of __ms_va_list.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcr120/tests/msvcr120.c |   8 +-
 dlls/msvcr90/tests/msvcr90.c   |  24 ++--
 dlls/msvcrt/concurrency.c      |   6 +-
 dlls/msvcrt/console.c          |  20 ++--
 dlls/msvcrt/file.c             | 126 ++++++++++-----------
 dlls/msvcrt/misc.c             |   4 +-
 dlls/msvcrt/msvcrt.h           |  14 +--
 dlls/msvcrt/printf.h           |   6 +-
 dlls/msvcrt/process.c          | 132 ++++++++++-----------
 dlls/msvcrt/scanf.c            | 252 ++++++++++++++++++++---------------------
 dlls/msvcrt/scanf.h            |  32 +++---
 dlls/msvcrt/tests/printf.c     |  86 +++++++-------
 dlls/msvcrt/wcs.c              | 242 +++++++++++++++++++--------------------
 dlls/ucrtbase/tests/printf.c   |  36 +++---
 dlls/ucrtbase/tests/scanf.c    |   6 +-
 15 files changed, 497 insertions(+), 497 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=d8ed47ec21b255976131c82e4c14653846765adb



More information about the wine-cvs mailing list