Changeset 72832 in vbox
- Timestamp:
- Jul 3, 2018 4:29:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp
r69111 r72832 117 117 default: 118 118 if ( (unsigned)iNativeCode >= 0x80000000U 119 && (unsigned)iNativeCode >= 0x8000FFFFU)119 && (unsigned)iNativeCode <= 0x8000FFFFU) 120 120 return RTErrConvertFromDarwinCOM(iNativeCode); 121 121 break;
Note:
See TracChangeset
for help on using the changeset viewer.