26 Mar
2024
26 Mar
'24
12:57 p.m.
From: Louis Lenders <xerox.xerox2000x(a)gmail.com> --- programs/wmic/wmic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/wmic/wmic.h b/programs/wmic/wmic.h index bb095169c8b..fef2113feb0 100644 --- a/programs/wmic/wmic.h +++ b/programs/wmic/wmic.h @@ -22,4 +22,4 @@ #define STRING_ALIAS_NOT_FOUND 102 #define STRING_INVALID_QUERY 103 #define STRING_INVALID_PATH 104 -#define STRING_INTERACTIVE 105 +#define STRING_USAGE 105 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5402