[PATCH 2/4] corecrt_wstdio.h: Make *wscanf declarations compatible with ucrt.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- include/msvcrt/corecrt_wstdio.h | 88 ++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 6 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=65512 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