[w32error] Add ENXIO error case (#5199)
[mono.git] / mono / metadata / w32error.h
index b02f814fdbfcc5709a2be77b2f879d7cd92e861d..bd42451469ffb2bdc511c9262e2b6c0312f4cf81 100644 (file)
@@ -1,3 +1,6 @@
+/**
+ * \file
+ */
 
 #ifndef _MONO_METADATA_W32ERROR_H_
 #define _MONO_METADATA_W32ERROR_H_
@@ -39,6 +42,7 @@
 #define ERROR_FILENAME_EXCED_RANGE 206
 #define ERROR_DIRECTORY            267
 #define ERROR_IO_PENDING           997
+#define ERROR_CANT_RESOLVE_FILENAME 1921
 #define ERROR_ENCRYPTION_FAILED    6000
 #define WSAEINTR                   10004
 #define WSAEBADF                   10009
@@ -72,6 +76,7 @@
 #define WSAEHOSTDOWN               10064
 #define WSAEHOSTUNREACH            10065
 #define WSASYSCALLFAILURE          10107
+#define WSAENXIO                   100001
 
 #endif