Changeset 62679 in vbox for trunk/src/VBox/NetworkServices
- Timestamp:
- Jul 29, 2016 12:52:10 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109252
- Location:
- trunk/src/VBox/NetworkServices
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp
r62481 r62679 68 68 69 69 #ifdef RT_OS_WINDOWS /* WinMain */ 70 # include < Windows.h>70 # include <iprt/win/windows.h> 71 71 # include <stdlib.h> 72 72 # ifdef INET_ADDRSTRLEN -
trunk/src/VBox/NetworkServices/NAT/RTWinPoll.cpp
r62481 r62679 27 27 28 28 #include <Winsock2.h> 29 #include < Windows.h>29 #include <iprt/win/windows.h> 30 30 #include "winpoll.h" 31 31 -
trunk/src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp
r62481 r62679 24 24 25 25 #include <Winsock2.h> 26 #include < Windows.h>26 #include <iprt/win/windows.h> 27 27 28 28 #include <stdio.h> -
trunk/src/VBox/NetworkServices/NAT/winutils.h
r62481 r62679 25 25 # include <ws2tcpip.h> 26 26 # include <mswsock.h> 27 # include < Windows.h>27 # include <iprt/win/windows.h> 28 28 # include <iprt/err.h> 29 29 # include <iprt/net.h> -
trunk/src/VBox/NetworkServices/NetLib/ComHostUtils.cpp
r62481 r62679 58 58 59 59 #ifdef RT_OS_WINDOWS /* WinMain */ 60 # include < Windows.h>60 # include <iprt/win/windows.h> 61 61 # include <stdlib.h> 62 62 # ifdef INET_ADDRSTRLEN -
trunk/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp
r62481 r62679 64 64 65 65 #ifdef RT_OS_WINDOWS /* WinMain */ 66 # include < Windows.h>66 # include <iprt/win/windows.h> 67 67 # include <stdlib.h> 68 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.