[PATCH] stdio.h: Provide sprintf and _snprintf as inline wrappers.
14 Feb
2020
14 Feb
'20
12:07 p.m.
It's enough for Wine debug functions to use _vsnprintf from ucrtbase importlib instead of ntdll for modules that link to ucrtbase. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/msvcp90/msvcp_main.c | 10 ---------- include/msvcrt/stdio.h | 24 ++++++++++++++++++++++-- 2 files changed, 22 insertions(+), 12 deletions(-)
2220
Age (days ago)
2220
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban