1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-05-01 09:09:46 +02:00

Merge pull request from Dragios/errno

Remove some errno constants as it was already defined
This commit is contained in:
Sebastian Valle 2017-10-23 10:30:18 -05:00 committed by GitHub
commit aee8bf680c

View file

@ -29,8 +29,6 @@
#define ENOSR 124
#define ENOSTR 125
#define ETIME 137
#define EIDRM 2001
#define ENOLINK 2002
#endif // _MSC_VER
#else
#include <cerrno>