Changeset 58795 in vbox
- Timestamp:
- Nov 20, 2015 1:29:47 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxNetCfg-win.h
r58794 r58795 35 35 * still being 'committed' by the network setup engine. 36 36 */ 37 #define VBOXNETCFG_DELAYEDRENAME37 //#define VBOXNETCFG_DELAYEDRENAME 38 38 39 39 #include <winsock2.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
r58794 r58795 35 35 #include <Wbemidl.h> 36 36 #include <comdef.h> 37 #ifdef VBOXNETCFG_DELAYEDRENAME38 37 #include <Ws2tcpip.h> 39 #endif /* VBOXNETCFG_DELAYEDRENAME */40 38 41 39 … … 1892 1890 } 1893 1891 1894 #ifdef VBOXNETCFG_DELAYEDRENAME1895 1892 static const char *vboxNetCfgWinAddrToStr(char *pszBuf, LPSOCKADDR pAddr) 1896 1893 { … … 1921 1918 return pszBuf; 1922 1919 } 1923 #endif /* VBOXNETCFG_DELAYEDRENAME */1924 1920 1925 1921 typedef bool (*PFNVBOXNETCFG_IPSETTINGS_CALLBACK) (ULONG ip, ULONG mask, PVOID pContext);
Note:
See TracChangeset
for help on using the changeset viewer.