Changeset 62761 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 30, 2016 11:04:42 PM (8 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r62592 r62761 31 31 #ifdef RT_OS_WINDOWS 32 32 # include <iprt/win/winsock2.h> 33 # include < ws2tcpip.h>33 # include <iprt/win/ws2tcpip.h> 34 34 #else /* !RT_OS_WINDOWS */ 35 35 # include <errno.h> -
trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp
r62592 r62761 42 42 43 43 #include <iprt/win/winsock2.h> 44 #include < ws2tcpip.h>44 #include <iprt/win/ws2tcpip.h> 45 45 46 46 #undef getaddrinfo
Note:
See TracChangeset
for help on using the changeset viewer.