Module: wine Branch: master Commit: 747b97539b5c0ae60046cdd037fc2c5577e5881a URL: https://source.winehq.org/git/wine.git/?a=commit;h=747b97539b5c0ae60046cdd03...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 22 11:12:17 2021 +0200
ntdll: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/misc.c | 8 +++--- dlls/ntdll/ntdll_misc.h | 4 +-- dlls/ntdll/printf.c | 64 +++++++++++++++++++++++------------------------ dlls/ntdll/printf.h | 2 +- dlls/ntdll/rtl.c | 16 ++++++------ dlls/ntdll/rtlstr.c | 6 ++--- dlls/ntdll/string.c | 8 +++--- dlls/ntdll/tests/rtl.c | 12 ++++----- dlls/ntdll/tests/rtlstr.c | 26 +++++++++---------- 9 files changed, 73 insertions(+), 73 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=747b97539b5c0ae60046c...