Revision 5f3adef4 monl/errors.h
monl/errors.h | ||
---|---|---|
22 | 22 |
#define EOK 0 |
23 | 23 |
#define EUNRESOLVEDDEP 1 |
24 | 24 |
#define EEXISTS 2 |
25 |
#ifndef WIN32 |
|
26 | 25 |
#define ERANGE 3 |
27 | 26 |
#define EINVAL 4 |
28 |
#define ENOMEM 6 |
|
29 |
#endif |
|
30 | 27 |
#define EINUSE 5 |
28 |
#define ENOMEM 6 |
|
31 | 29 |
#define EFAILED 7 |
32 | 30 |
|
33 | 31 |
#endif /* _ERRORS_H_ */ |
Also available in: Unified diff