Changeset 66862 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- May 10, 2017 1:02:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r64594 r66862 83 83 84 84 /* unknown error. */ 85 Assert MsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));85 AssertLogRelMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode)); 86 86 return VERR_UNRESOLVED_ERROR; 87 87 }
Note:
See TracChangeset
for help on using the changeset viewer.