Changeset 18323 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Mar 26, 2009 3:29:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r8245 r18323 50 50 case STATUS_USER_APC: 51 51 return VERR_INTERRUPTED; 52 case STATUS_OBJECT_NAME_NOT_FOUND: 53 return VERR_FILE_NOT_FOUND; 52 54 } 53 55
Note:
See TracChangeset
for help on using the changeset viewer.