Changeset 48363 in vbox for trunk/src/VBox/NetworkServices/NetLib
- Timestamp:
- Sep 6, 2013 3:47:40 PM (11 years ago)
- Location:
- trunk/src/VBox/NetworkServices/NetLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.