11 Mar
2025
11 Mar
'25
10:23 a.m.
eric pouech (@epo) commented about programs/cmd/builtins.c:
return NO_ERROR; }
+/**************************************************************************** + * WCMD_mode + * + * Get or set the console size + */ +static RETURN_CODE WCMD_mode_con(WCHAR *args);
just move function implementation here to avoid forward declaration -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7491#note_97386