Changeset 63561 in vbox for trunk/src/VBox/Runtime/win
- Timestamp:
- Aug 16, 2016 2:02:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp
r62592 r63561 186 186 case ERROR_BAD_EXE_FORMAT: return VERR_BAD_EXE_FORMAT; 187 187 case ERROR_FILE_CORRUPT: return VERR_BAD_EXE_FORMAT; 188 case ERROR_RESOURCE_DATA_NOT_FOUND: return VERR_NO_DATA; /// @todo fix ERROR_RESOURCE_DATA_NOT_FOUND translation189 case ERROR_INVALID_ADDRESS: return VERR_INVALID_POINTER; /// @todo fix ERROR_INVALID_ADDRESS translation - dbghelp returns it on some line number queries.188 case ERROR_RESOURCE_DATA_NOT_FOUND: return VERR_NO_DATA; /// @todo fix ERROR_RESOURCE_DATA_NOT_FOUND translation 189 case ERROR_INVALID_ADDRESS: return VERR_INVALID_POINTER; /// @todo fix ERROR_INVALID_ADDRESS translation - dbghelp returns it on some line number queries. 190 190 191 191 case ERROR_CANCELLED: return VERR_CANCELLED;
Note:
See TracChangeset
for help on using the changeset viewer.