[w32error] Add ENXIO error case (#5199)
[mono.git] / mono / metadata / w32error.h
index 439bdd81a2a0d366e5f1a3fec63ac8448cbfed49..bd42451469ffb2bdc511c9262e2b6c0312f4cf81 100644 (file)
@@ -76,6 +76,7 @@
 #define WSAEHOSTDOWN               10064
 #define WSAEHOSTUNREACH            10065
 #define WSASYSCALLFAILURE          10107
+#define WSAENXIO                   100001
 
 #endif