[MODE] Improve the way the DOS device statuses are enumerated via the "mode" command (without parameters).

This commit is contained in:
Hermès Bélusca-Maïto 2018-04-29 19:33:49 +02:00
parent 37deb7593e
commit 3055afce81
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
8 changed files with 155 additions and 138 deletions

View file

@ -38,13 +38,14 @@
#define IDS_ERROR_SET_PARALLEL_STATE 26
#define IDS_ERROR_INVALID_PARAMETER 27
#define IDS_ERROR_ILLEGAL_DEVICE_NAME 28
#define IDS_ERROR_STATUS_GET_DEVICE 29
#define IDS_ERROR_STATUS_SET_DEVICE 30
#define IDS_ERROR_TIMEOUT_GET_DEVICE 31
#define IDS_ERROR_TIMEOUT_SET_DEVICE 32
#define IDS_ERROR_INVALID_PARITY_BITS 33
#define IDS_ERROR_INVALID_STOP_BITS 34
#define IDS_ERROR_NO_MEMORY 35
#define IDS_ERROR_SCREEN_LINES_COL 36
#define IDS_ERROR_DEVICE_NOT_AVAILABLE 29
#define IDS_ERROR_STATUS_GET_DEVICE 30
#define IDS_ERROR_STATUS_SET_DEVICE 31
#define IDS_ERROR_TIMEOUT_GET_DEVICE 32
#define IDS_ERROR_TIMEOUT_SET_DEVICE 33
#define IDS_ERROR_INVALID_PARITY_BITS 34
#define IDS_ERROR_INVALID_STOP_BITS 35
#define IDS_ERROR_NO_MEMORY 36
#define IDS_ERROR_SCREEN_LINES_COL 37
#endif /* RESOURCE_H */