reactos/base/system/chkdsk/resource.h

19 lines
446 B
C
Raw Normal View History

/* General IDs */
#define IDS_USAGE 101
#define IDS_PERCENT_COMPL 102
#define IDS_ABOUT 103
#define IDS_FILE_SYSTEM 104
/* Failure IDs */
#define IDS_VOLUME_IN_USE 200
#define IDS_CHKDSK_FAIL 201
#define IDS_NO_ENTRY_POINT 202
#define IDS_BAD_ARGUMENT 203
#define IDS_NO_CURRENT_DIR 204
#define IDS_NO_QUERY_VOL 205
#define IDS_VOLUME_IN_USE_PROC 206
/* EOF */