VirtualBox

Changeset 43183 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 5, 2012 6:32:57 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80569
Message:

Runtime breakage for OS/2

File:
1 edited

Legend:

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

    r43176 r43183  
    692692RTDECL(int) RTSocketGetAddrInfo(const char *psz, char *pszResult, size_t *resultSize, PRTNETADDRTYPE pAddrType)
    693693{
     694#if defined(RT_OS_OS2)
     695    return VERR_NOT_SUPPORTED;
     696#else
    694697    int rc = 0;
    695698    size_t resSize = 0;
     
    871874    } // AF_INET6
    872875    return VERR_NET_ADDRESS_NOT_AVAILABLE;
     876#endif /* !RT_OS_OS2 */
    873877}
    874878
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