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