Index: /trunk/include/VBox/VBoxNetCfg-win.h
===================================================================
--- /trunk/include/VBox/VBoxNetCfg-win.h	(revision 58794)
+++ /trunk/include/VBox/VBoxNetCfg-win.h	(revision 58795)
@@ -35,5 +35,5 @@
  * still being 'committed' by the network setup engine.
  */
-#define VBOXNETCFG_DELAYEDRENAME
+//#define VBOXNETCFG_DELAYEDRENAME
 
 #include <winsock2.h>
Index: /trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
===================================================================
--- /trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp	(revision 58794)
+++ /trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp	(revision 58795)
@@ -35,7 +35,5 @@
 #include <Wbemidl.h>
 #include <comdef.h>
-#ifdef VBOXNETCFG_DELAYEDRENAME
 #include <Ws2tcpip.h>
-#endif /* VBOXNETCFG_DELAYEDRENAME */
 
 
@@ -1892,5 +1890,4 @@
 }
 
-#ifdef VBOXNETCFG_DELAYEDRENAME
 static const char *vboxNetCfgWinAddrToStr(char *pszBuf, LPSOCKADDR pAddr)
 {
@@ -1921,5 +1918,4 @@
     return pszBuf;
 }
-#endif /* VBOXNETCFG_DELAYEDRENAME */
 
 typedef bool (*PFNVBOXNETCFG_IPSETTINGS_CALLBACK) (ULONG ip, ULONG mask, PVOID pContext);
