VirtualBox

Changeset 70198 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 18, 2017 1:42:18 PM (7 years ago)
Author:
vboxsync
Message:

IPRT/R3: Made the core work on NT 3.51 (still experimental). [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r70195 r70198  
    795795    /** @todo r=bird: getaddrinfo and freeaddrinfo breaks the additions on NT4. */
    796796    struct addrinfo *pgrResults = NULL;
    797     rc = g_pfngetaddrinfo(pszHost, "", &grHints, &pgrResults);
     797    rc = getaddrinfo(pszHost, "", &grHints, &pgrResults);
    798798    if (rc != 0)
    799799        return VERR_NET_ADDRESS_NOT_AVAILABLE;
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