[PATCH 0/1] MR10534: include: Define _MAX_ENV in stdlib.h.
April 2026
9:29 a.m.
New subject: [PATCH 1/1] include: Define _MAX_ENV in stdlib.h.
From: Rémi Bernon <rbernon@codeweavers.com> --- include/msvcrt/stdlib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/msvcrt/stdlib.h b/include/msvcrt/stdlib.h index 057fdbb94ac..0072b0d5882 100644 --- a/include/msvcrt/stdlib.h +++ b/include/msvcrt/stdlib.h @@ -39,6 +39,7 @@ typedef struct #define _MAX_DIR _MAX_FNAME #define _MAX_EXT _MAX_FNAME #define _MAX_PATH 260 +#define _MAX_ENV 32767 #endif /* Make the secure string functions (names end in "_s") truncate their output */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10534
22
Age (days ago)
22
Last active (days ago)
1 comments
2 participants
participants (2)
-
Rémi Bernon -
Rémi Bernon (@rbernon)