VirtualBox

Changeset 29665 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 19, 2010 3:10:20 PM (15 years ago)
Author:
vboxsync
Message:

VBoxNetFlt-win: Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c

    r29662 r29665  
    34303430int vboxNetFltPortOsXmit(PVBOXNETFLTINS pThis, void *pvIfData, PINTNETSG pSG, uint32_t fDst)
    34313431{
    3432     NOREF(pvIfData);
    3433 
    34343432    int rc = VINF_SUCCESS;
    34353433    uint32_t cRefs = 0;
     
    37763774void vboxNetFltPortOsNotifyMacAddress(PVBOXNETFLTINS pThis, void *pvIfData, PCRTMAC pMac)
    37773775{
    3778     NOREF(pThis); NOREF(pvIfData); NOREF(pMac);
    37793776}
    37803777
     
    37823779{
    37833780    /* Nothing to do */
    3784     NOREF(pThis); NOREF(pvIf); NOREF(pvIfData);
    37853781    return VINF_SUCCESS;
    37863782}
     
    37893785{
    37903786    /* Nothing to do */
    3791     NOREF(pThis); NOREF(pvIfData);
    37923787    return VINF_SUCCESS;
    37933788}
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