mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +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
|
@ -216,6 +216,7 @@ VOID error_parameter_format(TCHAR ch);
|
|||
VOID error_invalid_switch(TCHAR ch);
|
||||
VOID error_invalid_parameter_format(PCTSTR s);
|
||||
VOID error_out_of_memory(VOID);
|
||||
VOID error_cant_exec_program(VOID);
|
||||
VOID error_syntax(PCTSTR s);
|
||||
|
||||
VOID msg_pause(VOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue