Changeset 30225 in vbox
- Timestamp:
- Jun 16, 2010 1:56:56 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62711
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp
r30049 r30225 20 20 * Header Files * 21 21 *******************************************************************************/ 22 #include <windows.h> 22 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0502 23 # undef _WIN32_WINNT 24 # define _WIN32_WINNT 0x0502 /* CachedRemoteInteractive in recent SDKs. */ 25 #endif 26 #include <Windows.h> 23 27 #include <wtsapi32.h> /* For WTS* calls. */ 24 28 #include <psapi.h> /* EnumProcesses. */
Note:
See TracChangeset
for help on using the changeset viewer.