VirtualBox

Changeset 58795 in vbox


Ignore:
Timestamp:
Nov 20, 2015 1:29:47 PM (9 years ago)
Author:
vboxsync
Message:

NetAdp/win: build fixes for renaming without a delay (#7973)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxNetCfg-win.h

    r58794 r58795  
    3535 * still being 'committed' by the network setup engine.
    3636 */
    37 #define VBOXNETCFG_DELAYEDRENAME
     37//#define VBOXNETCFG_DELAYEDRENAME
    3838
    3939#include <winsock2.h>
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp

    r58794 r58795  
    3535#include <Wbemidl.h>
    3636#include <comdef.h>
    37 #ifdef VBOXNETCFG_DELAYEDRENAME
    3837#include <Ws2tcpip.h>
    39 #endif /* VBOXNETCFG_DELAYEDRENAME */
    4038
    4139
     
    18921890}
    18931891
    1894 #ifdef VBOXNETCFG_DELAYEDRENAME
    18951892static const char *vboxNetCfgWinAddrToStr(char *pszBuf, LPSOCKADDR pAddr)
    18961893{
     
    19211918    return pszBuf;
    19221919}
    1923 #endif /* VBOXNETCFG_DELAYEDRENAME */
    19241920
    19251921typedef bool (*PFNVBOXNETCFG_IPSETTINGS_CALLBACK) (ULONG ip, ULONG mask, PVOID pContext);
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