Changeset 36284 in vbox for trunk/src/VBox
- Timestamp:
- Mar 15, 2011 1:06:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r28800 r36284 177 177 #endif 178 178 #ifdef ENOSYS 179 case VERR_NOT_IMPLEMENTED: 179 180 case VERR_NOT_SUPPORTED: return ENOSYS; 180 181 #endif
Note:
See TracChangeset
for help on using the changeset viewer.