Changeset 30218 in vbox for trunk/src/VBox/Devices/Network/slirp
- Timestamp:
- Jun 16, 2010 1:47:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/slirp.h
r30016 r30218 78 78 # include <iphlpapi.h> 79 79 80 /* We don't want the errno.h versions of these error defines. */ 81 # if defined(_MSC_VER) && _MSC_VER >= 1600 82 # include <errno.h> 83 # undef EWOULDBLOCK 84 # undef EINPROGRESS 85 # undef ENOTCONN 86 # undef EHOSTUNREACH 87 # undef ENETUNREACH 88 # undef ECONNREFUSED 89 # endif 80 90 # define EWOULDBLOCK WSAEWOULDBLOCK 81 91 # define EINPROGRESS WSAEINPROGRESS
Note:
See TracChangeset
for help on using the changeset viewer.