28 May
2024
28 May
'24
8:26 p.m.
Hans Leidekker (@hans) commented about programs/wmic/main.c:
{ const WCHAR *class, *value; int i; + WCHAR cmd[MAX_STRING];
setlocale( LC_ALL, "" );
+ if(argc == 1) + { + STARTUPINFOW si = {0}; + PROCESS_INFORMATION pi = {0}; + + output_error( STRING_INTERACTIVE ); This is not an error and the string doesn't need translation.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5402#note_66100