mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-18 21:43:14 +00:00
Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL
This commit is contained in:
parent
8e1d7b8a4a
commit
0eb4d9973c
@ -118,7 +118,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
|
||||
#define ENOERR 0x00
|
||||
#define ENOMEM PXENV_STATUS_OUT_OF_RESOURCES
|
||||
#define EBADIMG 0xd0
|
||||
#define EIMGRET 0xd1
|
||||
#define ETIMEDOUT 0xd2
|
||||
#define EINVAL 0xd3
|
||||
|
||||
/* Data structures and declarations */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user