Changeset 48363 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2013 3:47:40 PM (11 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp
r48105 r48363 30 30 #ifndef RT_OS_WINDOWS 31 31 # include <netinet/in.h> 32 #else 33 /* from <ws2ipdef.h> */ 34 # define INET6_ADDRSTRLEN 65 32 35 #endif 33 36 -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetPortForwardString.cpp
r47703 r48363 23 23 #else 24 24 # include <Winsock2.h> 25 # include <Ws2ipdef.h> 25 26 #endif 26 27 -
trunk/src/VBox/NetworkServices/NetLib/VBoxPortForwardString.h
r48346 r48363 23 23 24 24 RT_C_DECLS_BEGIN 25 26 #ifndef INET6_ADDRSTRLEN27 /* from netinet6/in6.h */28 # define INET6_ADDRSTRLEN 4629 #endif30 25 31 26 #define PF_NAMELEN 64
Note:
See TracChangeset
for help on using the changeset viewer.