[PATCH 0/1] MR1352: include: Include limits.h in stdlib.h.
Needed to compile Tera Term. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1352
From: Alex Henrie <alexhenrie24(a)gmail.com> Needed to compile Tera Term. --- include/msvcrt/stdlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msvcrt/stdlib.h b/include/msvcrt/stdlib.h index 7c2d7d7f9ad..c52423523f7 100644 --- a/include/msvcrt/stdlib.h +++ b/include/msvcrt/stdlib.h @@ -9,6 +9,7 @@ #define __WINE_STDLIB_H #include <corecrt_wstdlib.h> +#include <limits.h> #include <pshpack8.h> -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1352
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details: The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=126128 Your paranoid android. === debian11 (32 bit report) === crypt32: cert.c:4191: Test failed: success cert.c:4192: Test failed: got 00000000 cert.c:4193: Test failed: got 00000000
This merge request was approved by Piotr Caban. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1352
participants (4)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Marvin -
Piotr Caban (@piotr)