Changeset 17951 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Mar 16, 2009 4:19:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r17949 r17951 441 441 442 442 default: 443 if (iErr > -1000) /* VBox private errors */ 444 AssertMsgFailed(("Unhandled error code %Rrc\n", iErr)); 443 AssertMsgFailed(("Unhandled error code %Rrc\n", iErr)); 445 444 #ifdef EPROTO 446 445 return EPROTO;
Note:
See TracChangeset
for help on using the changeset viewer.