VirtualBox

Changeset 28338 in vbox


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

Windows linking fixes.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Makefile.kmk

    r28332 r28338  
    764764
    765765if1of ($(VBOX_LDR_FMT), pe lx)
    766 VBoxDDR0_LIBS           = $(PATH_LIB)/VMMR0Imp$(VBOX_SUFF_LIB)
     766VBoxDDR0_LIBS           = \
     767        $(PATH_LIB)/VMMR0Imp$(VBOX_SUFF_LIB) \
     768        $(PATH_LIB)/SUP0$(VBOX_SUFF_LIB)
    767769endif
    768770
  • 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
  • trunk/src/VBox/VMM/VMMR0/VMMR0.def

    r28320 r28338  
    8282    memcpy=nocrt_memcpy                 ; not-os2
    8383    nocrt_memset
     84    memset=nocrt_memset                 ; not-os2
    8485    nocrt_strcpy
    8586    nocrt_strcmp
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