Changeset 42154 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Jul 13, 2012 11:00:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r40158 r42154 22 22 *******************************************************************************/ 23 23 #ifdef RT_OS_WINDOWS 24 # ifdef TARGET_NT4 /* HACK ALERT! PMIB_IPSTATS undefined if 0x0400 with newer SDKs. */ 25 # undef _WIN32_WINNT 26 # define _WIN32_WINNT 0x0500 27 # endif 24 28 # include <winsock2.h> 25 29 # include <iphlpapi.h>
Note:
See TracChangeset
for help on using the changeset viewer.