Changeset 16811 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 17, 2009 3:01:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp
r16810 r16811 442 442 default: 443 443 AssertMsgFailed(("Unhandled error code %Rrc\n", iErr)); 444 #ifdef EPROTO 444 445 return EPROTO; 446 #else 447 return EINVAL; 448 #endif 445 449 } 446 450 }
Note:
See TracChangeset
for help on using the changeset viewer.