Changeset 77110 in vbox for trunk/include/iprt
- Timestamp:
- Feb 1, 2019 11:00:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/errcore.h
r76585 r77110 232 232 * 233 233 * @returns iprt status code. 234 * @param uNativeCode errno code.235 */ 236 RTDECL(int) RTErrConvertFromErrno( unsigned uNativeCode);234 * @param iNativeCode errno code. 235 */ 236 RTDECL(int) RTErrConvertFromErrno(int iNativeCode); 237 237 238 238 /**
Note:
See TracChangeset
for help on using the changeset viewer.