Add ECANCELED
This commit is contained in:
parent
9890b905bc
commit
002e686991
@ -375,6 +375,8 @@
|
|||||||
#define ENOMEDIUM_STR "No medium found"
|
#define ENOMEDIUM_STR "No medium found"
|
||||||
#define EMEDIUMTYPE 124
|
#define EMEDIUMTYPE 124
|
||||||
#define EMEDIUMTYPE_STR "Wrong medium type"
|
#define EMEDIUMTYPE_STR "Wrong medium type"
|
||||||
|
#define ECANCELED 125
|
||||||
|
#define ECANCELED_STR "Operation cancelled"
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
* Type Declarations
|
* Type Declarations
|
||||||
|
Loading…
Reference in New Issue
Block a user