[w32error] Add ENODEV -> ERROR_DEV_NOT_EXIST error translation (#5385)
[mono.git] / mono / metadata / w32error.h
index bd42451469ffb2bdc511c9262e2b6c0312f4cf81..e66f920b42addefdad06be3418b8107774730673 100644 (file)
@@ -31,6 +31,7 @@
 #define ERROR_LOCK_VIOLATION       33
 #define ERROR_HANDLE_DISK_FULL     39
 #define ERROR_NOT_SUPPORTED        50
+#define ERROR_DEV_NOT_EXIST        55
 #define ERROR_FILE_EXISTS          80
 #define ERROR_CANNOT_MAKE          82
 #define ERROR_INVALID_PARAMETER    87