mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[SHELL32][CMD][SHLWAPI] Use the openas verb when invoking unknown file types (#7981)
CORE-20184
This commit is contained in:
parent
6dd8e04438
commit
d663eb4466
11 changed files with 249 additions and 170 deletions
|
@ -141,6 +141,13 @@ VOID error_out_of_memory(VOID)
|
|||
nErrorLevel = 1;
|
||||
}
|
||||
|
||||
VOID error_cant_exec_program(VOID)
|
||||
{
|
||||
/* TODO: Windows uses the custom string "The system cannot execute the specified program" here */
|
||||
ErrorMessage(ERROR_NO_ASSOCIATION, NULL);
|
||||
nErrorLevel = 1;
|
||||
}
|
||||
|
||||
|
||||
VOID error_invalid_parameter_format(PCWSTR s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue