Changeset 64614 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Nov 9, 2016 4:10:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r64536 r64614 85 85 # undef EINPROGRESS 86 86 # undef ENOTCONN 87 # undef ESHUTDOWN 87 88 # undef EHOSTUNREACH 88 89 # undef ENETUNREACH … … 95 96 # define EINPROGRESS WSAEINPROGRESS 96 97 # define ENOTCONN WSAENOTCONN 98 # define ESHUTDOWN WSAESHUTDOWN 97 99 # define EHOSTUNREACH WSAEHOSTUNREACH 98 100 # define ENETUNREACH WSAENETUNREACH
Note:
See TracChangeset
for help on using the changeset viewer.