VirtualBox

Changeset 17984 in vbox for trunk/src/VBox/Main/win


Ignore:
Timestamp:
Mar 16, 2009 9:55:22 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44570
Message:

win burn fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/win/NetIfList-win.cpp

    r17920 r17984  
    24242424}
    24252425
    2426 int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
     2426int NetIfEnableStaticIpConfig(VirtualBox *vBox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG ip, ULONG mask)
    24272427{
    24282428#ifndef VBOX_WITH_NETFLT
     
    24862486}
    24872487
    2488 int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
     2488int NetIfEnableStaticIpConfigV6(VirtualBox *vBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
    24892489{
    24902490#ifndef VBOX_WITH_NETFLT
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