VirtualBox

Ignore:
Timestamp:
Jun 16, 2010 1:47:21 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62703
Message:

slirp: VCC100 errno adj.

File:
1 edited

Legend:

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

    r30016 r30218  
    7878# include <iphlpapi.h>
    7979
     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
    8090# define EWOULDBLOCK WSAEWOULDBLOCK
    8191# define EINPROGRESS WSAEINPROGRESS
Note: See TracChangeset for help on using the changeset viewer.

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