[PATCH 3/4] stdio.h: Make *printf declarations compatible with ucrt.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/msvcp90/msvcp_main.c | 10 -- include/msvcrt/stdio.h | 191 +++++++++++++++++++++++++++++++------- 2 files changed, 158 insertions(+), 43 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=65513 Your paranoid android. === debian10 (build log) === ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) Task: The win32 build failed === debian10 (build log) === ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:245:22: error: ‘stdout’ undeclared (first use in this function) ../../../wine/include/msvcrt/corecrt_wstdio.h:250:24: error: ‘stdout’ undeclared (first use in this function) Task: The wow64 build failed
participants (2)
-
Jacek Caban -
Marvin