mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-24 02:29:20 +01:00
Remove some errno constants as it was already defined
This commit is contained in:
parent
5b22cf08f0
commit
eb671d8513
@ -29,8 +29,6 @@
|
|||||||
#define ENOSR 124
|
#define ENOSR 124
|
||||||
#define ENOSTR 125
|
#define ENOSTR 125
|
||||||
#define ETIME 137
|
#define ETIME 137
|
||||||
#define EIDRM 2001
|
|
||||||
#define ENOLINK 2002
|
|
||||||
#endif // _MSC_VER
|
#endif // _MSC_VER
|
||||||
#else
|
#else
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
Loading…
Reference in New Issue
Block a user