Changeset 86415 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Oct 2, 2020 11:50:21 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp
r86414 r86415 114 114 115 115 case RTHANDLETYPE_SOCKET: 116 /** @todo fLeaveOpen */ 117 rc = rtSocketCreateForNative(&h.u.hSocket, (RTHCUINTPTR)hNative); 116 rc = rtSocketCreateForNative(&h.u.hSocket, (RTHCUINTPTR)hNative, fLeaveOpen); 118 117 break; 119 118
Note:
See TracChangeset
for help on using the changeset viewer.