VirtualBox

Changeset 28338 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Apr 14, 2010 10:13:58 PM (15 years ago)
Author:
vboxsync
Message:

Windows linking fixes.

File:
1 edited

Legend:

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

    r28335 r28338  
    19921992static int e1kHandleRxPacket(E1KSTATE* pState, const void *pvBuf, size_t cb, E1KRXDST status)
    19931993{
     1994#if defined(IN_RING3) /** @todo Remove this extra copying, it's gonna make us run out of kernel / hypervisor stack! */
    19941995    uint8_t   rxPacket[E1K_MAX_RX_PKT_SIZE];
    19951996    uint8_t  *ptr = rxPacket;
     
    21112112
    21122113    return VINF_SUCCESS;
     2114#else
     2115    return VERR_INTERNAL_ERROR_2;
     2116#endif
    21132117}
    21142118
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