VirtualBox

Changeset 27863 in vbox


Ignore:
Timestamp:
Mar 31, 2010 9:20:04 AM (15 years ago)
Author:
vboxsync
Message:

Main: win burn fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r27857 r27863  
    25652565            }
    25662566            STR_FREE();
    2567             uint32_t mtu = 0;
    2568             uint32_t sockSnd = 0;
    2569             uint32_t sockRcv = 0;
    2570             uint32_t tcpSnd = 0;
    2571             uint32_t tcpRcv = 0;
     2567            ULONG mtu = 0;
     2568            ULONG sockSnd = 0;
     2569            ULONG sockRcv = 0;
     2570            ULONG tcpSnd = 0;
     2571            ULONG tcpRcv = 0;
    25722572            hrc = natDriver->GetNetworkSettings(&mtu, &sockSnd, &sockRcv, &tcpSnd, &tcpRcv); H();
    25732573            if (mtu)
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