Changeset 26774 in vbox for trunk/src/VBox/Runtime/common/err
- Timestamp:
- Feb 25, 2010 2:30:14 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58031
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp
r26344 r26774 443 443 case EDOOFUS: return VERR_INTERNAL_ERROR; 444 444 #endif 445 445 #ifdef ENOTSUP 446 # ifndef EOPNOTSUPP 447 case ENOTSUP: return VERR_NOT_SUPPORTED; 448 # else 449 # if ENOTSUP != EOPNOTSUPP 450 case ENOTSUP: return VERR_NOT_SUPPORTED; 451 # endif 452 # endif 453 #endif 446 454 default: 447 455 AssertMsgFailed(("Unhandled error code %d\n", uNativeCode));
Note:
See TracChangeset
for help on using the changeset viewer.