Changeset 39129 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
- Timestamp:
- Oct 27, 2011 3:46:00 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp
r39106 r39129 882 882 #ifdef RT_OS_WINDOWS 883 883 # ifndef RT_OS_NT4 884 /* Install console control handler. */884 /* Uninstall console control handler. */ 885 885 if (!SetConsoleCtrlHandler((PHANDLER_ROUTINE)NULL, FALSE /* Remove handler */)) 886 886 {
Note:
See TracChangeset
for help on using the changeset viewer.