mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:43:05 +00:00
[ATTRIB][CMD] Convert the 'attrib' command into a standalone executable
CORE-9444
This commit is contained in:
parent
81e27f0be7
commit
432854ee18
53 changed files with 961 additions and 625 deletions
7
base/applications/cmdutils/attrib/resource.h
Normal file
7
base/applications/cmdutils/attrib/resource.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#define RC_STRING_MAX_SIZE 3072
|
||||
|
||||
#define STRING_ERROR_INVALID_PARAM_FORMAT 107
|
||||
#define STRING_CONSOLE_ERROR 316
|
||||
#define STRING_ATTRIB_HELP 600
|
Loading…
Add table
Add a link
Reference in a new issue