[PATCH] stdio.h: Provide sprintf and _snprintf as inline wrappers.
Feb. 14, 2020
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(-)
2233
Age (days ago)
2233
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban