mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
29fa274d6d
- TSVN choked repeatedly when attempting to merge ~9000 revs into the branch (tried 3 times on 2 different computers) - If someone wants to delete aicom-network-fixes, they are welcome to - Lesson learned: Letting a branch get thousands of revs out of date is a horrible idea svn path=/branches/aicom-network-branch/; revision=44353
31 lines
1.2 KiB
C
31 lines
1.2 KiB
C
|
|
|
|
#define RC_STRING_MAX_SIZE 4096
|
|
|
|
#define STRING_HELP 100
|
|
#define STRING_COMPLETE 101
|
|
#define STRING_FORMAT_FAIL 102
|
|
#define STRING_NO_SUPPORT 103
|
|
#define STRING_FMIFS_FAIL 104
|
|
#define STRING_UNKNOW_ARG 105
|
|
#define STRING_DRIVE_PARM 106
|
|
#define STRING_ERROR_DRIVE_TYPE 107
|
|
#define STRING_INSERT_DISK 108
|
|
#define STRING_NO_VOLUME 109
|
|
#define STRING_NO_VOLUME_SIZE 110
|
|
#define STRING_FILESYSTEM 111
|
|
#define STRING_LABEL_NAME_EDIT 112
|
|
#define STRING_ERROR_LABEL 113
|
|
#define STRING_YN_FORMAT 114
|
|
#define STRING_YES_NO_FAQ 115
|
|
#define STRING_VERIFYING 116
|
|
#define STRING_FAST_FMT 117
|
|
#define STRING_CREATE_FSYS 118
|
|
#define STRING_FMT_COMPLETE 119
|
|
#define STRING_VOL_COMPRESS 120
|
|
#define STRING_ENTER_LABEL 121
|
|
#define STRING_NO_LABEL 122
|
|
#define STRING_FREE_SPACE 123
|
|
#define STRING_SERIAL_NUMBER 124
|
|
|
|
/* EOF */
|