VirtualBox

Changeset 43204 in vbox


Ignore:
Timestamp:
Sep 5, 2012 1:24:14 PM (12 years ago)
Author:
vboxsync
Message:

The code breaks NT4 additions, trying a quick fix before backing out the whole batch. The code wasn't properly reviewed, functions wasn't moved out of RTStr as promissed, and, really, we're too close to a release to add new stuff like this! Not very pleased.

File:
1 edited

Legend:

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

    r43203 r43204  
    697697    AssertPtrNullReturn(pszResult, VERR_INVALID_POINTER);
    698698
    699 #if defined(RT_OS_OS2)
     699#if defined(RT_OS_OS2) || defined(RT_OS_WINDOWS) /** @todo dynamically resolve the APIs not present in NT4! */
    700700    return VERR_NOT_SUPPORTED;
    701701#else
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