VirtualBox

Changeset 63561 in vbox for trunk/src/VBox/Runtime/win


Ignore:
Timestamp:
Aug 16, 2016 2:02:22 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r62592 r63561  
    186186        case ERROR_BAD_EXE_FORMAT:          return VERR_BAD_EXE_FORMAT;
    187187        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 translation
    189         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.
    190190
    191191        case ERROR_CANCELLED:               return VERR_CANCELLED;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette