6 Sep
2022
6 Sep
'22
5:59 p.m.
Alexandre Julliard (@julliard) commented about include/wine/test.h:
if (GetEnvironmentVariableA( "WINETEST_COLOR", p, sizeof(p) )) { - BOOL automode = !strcasecmp(p, "auto"); + BOOL automode = !_stricmp(p, "auto");
I don't think there's any reason to make that variable case insensitive. WINETEST_PLATFORM isn't. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/796#note_7809