From ee1699c3625cfbc2b122e11f4259860fff5b0e68 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sat, 15 Jan 2011 18:52:33 +0000 Subject: Support/PathV2: Implement get_magic. llvm-svn: 123544 --- llvm/lib/Support/Windows/system_error.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/Windows/system_error.inc') diff --git a/llvm/lib/Support/Windows/system_error.inc b/llvm/lib/Support/Windows/system_error.inc index 73304d517fa..64753d0eea8 100644 --- a/llvm/lib/Support/Windows/system_error.inc +++ b/llvm/lib/Support/Windows/system_error.inc @@ -79,6 +79,7 @@ _system_error_category::default_error_condition(int ev) const { MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); MAP_ERR_TO_COND(ERROR_HANDLE_DISK_FULL, no_space_on_device); + MAP_ERR_TO_COND(ERROR_HANDLE_EOF, value_too_large); MAP_ERR_TO_COND(ERROR_INVALID_ACCESS, permission_denied); MAP_ERR_TO_COND(ERROR_INVALID_DRIVE, no_such_device); MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); -- cgit v1.2.3