VirtualBox

Changeset 64614 in vbox


Ignore:
Timestamp:
Nov 9, 2016 4:10:13 PM (8 years ago)
Author:
vboxsync
Message:

NAT: Define ESHUTDOWN (as WSAESHUTDOWN) on Windows. We don't really
need to #undef it first as errno.h doesn't define it, but be consistent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/slirp.h

    r64536 r64614  
    8585#  undef EINPROGRESS
    8686#  undef ENOTCONN
     87#  undef ESHUTDOWN
    8788#  undef EHOSTUNREACH
    8889#  undef ENETUNREACH
     
    9596# define EINPROGRESS WSAEINPROGRESS
    9697# define ENOTCONN WSAENOTCONN
     98# define ESHUTDOWN WSAESHUTDOWN
    9799# define EHOSTUNREACH WSAEHOSTUNREACH
    98100# define ENETUNREACH WSAENETUNREACH
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette