[PATCH 4/4] stdio.h: Make *scanf declarations compatible with ucrt.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- include/msvcrt/stdio.h | 105 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 98 insertions(+), 7 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=65514 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