Changeset 49252 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Oct 23, 2013 6:22:09 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90161
- Location:
- trunk/src/VBox/NetworkServices/NAT
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/portfwd.h
r49017 r49252 7 7 #include <sys/socket.h> 8 8 #include <netinet/in.h> 9 #else10 # include <ws2ipdef.h>11 9 #endif 12 10 -
trunk/src/VBox/NetworkServices/NAT/pxdns.c
r49251 r49252 49 49 #include <netdb.h> 50 50 #else 51 #include <ws2tcpip.h> /* XXX: stopgap */52 51 #include "winpoll.h" 53 52 #endif -
trunk/src/VBox/NetworkServices/NAT/winutils.h
r49022 r49252 5 5 # include <iprt/cdefs.h> 6 6 # include <WinSock2.h> 7 # include <ws2tcpip.h> 7 8 # include <Windows.h> 8 9 # include <iprt/err.h>
Note:
See TracChangeset
for help on using the changeset viewer.