mirror of
https://github.com/reactos/reactos.git
synced 2025-07-07 00:41:21 +00:00

JIRA issue: CORE-9444 - Delete 'replace' internal command. - Add 'replace' external command into base/applications/cmdutils/replace folder. - Add control break handler.
28 lines
829 B
C
28 lines
829 B
C
#define STRING_CONSOLE_ERROR 316
|
|
|
|
#define STRING_REPLACE_ERROR1 351
|
|
#define STRING_REPLACE_ERROR2 352
|
|
#define STRING_REPLACE_ERROR3 353
|
|
#define STRING_REPLACE_ERROR4 354
|
|
#define STRING_REPLACE_ERROR5 355
|
|
#define STRING_REPLACE_ERROR6 356
|
|
#define STRING_REPLACE_ERROR7 357
|
|
|
|
#define STRING_REPLACE_HELP1 727
|
|
#define STRING_REPLACE_HELP2 728
|
|
#define STRING_REPLACE_HELP3 729
|
|
#define STRING_REPLACE_HELP4 730
|
|
#define STRING_REPLACE_HELP5 731
|
|
#define STRING_REPLACE_HELP6 732
|
|
#define STRING_REPLACE_HELP7 733
|
|
#define STRING_REPLACE_HELP8 734
|
|
#define STRING_REPLACE_HELP9 735
|
|
#define STRING_REPLACE_HELP10 736
|
|
#define STRING_REPLACE_HELP11 737
|
|
|
|
#define STRING_COPY_OPTION 201
|
|
#define STRING_COPY_ERROR1 320
|
|
#define STRING_COPY_ERROR3 322
|
|
|
|
#define STRING_ERROR_OUT_OF_MEMORY 109
|
|
#define STRING_ERROR_D_PAUSEMSG 111
|