VirtualBox

Changeset 14036 in vbox


Ignore:
Timestamp:
Nov 10, 2008 6:04:51 PM (16 years ago)
Author:
vboxsync
Message:

win compile fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r14028 r14036  
    300300        phEvents = slirp_get_events(pThis->pNATState);
    301301        phEvents[0] = pThis->hNetworkEvent[0];
    302         event = WSAWaitForMultipleEvents(cFDs, phEvents, FALSE, 2, FALSE);
     302        event = WSAWaitForMultipleEvents(nFDs, phEvents, FALSE, 2, FALSE);
    303303        AssertRelease(event != WSA_WAIT_FAILED);
    304304
     
    333333    PDRVNAT pThis = PDMINS_2_DATA(pDrvIns, PDRVNAT);
    334334
     335# ifndef RT_OS_WINDOWS
    335336    int rc = RTFileWrite(pThis->PipeWrite, "2", 2, NULL);
    336337    AssertRC(rc);
    337338    RTSemEventSignal(pThis->semSndMutex);
     339#endif
    338340    return VINF_SUCCESS;
    339341}
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