VirtualBox

Changeset 92693 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 2, 2021 10:52:15 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148592
Message:

Guest Control/VBoxService: Resolved @todos: Removed non-existing RT_OS_NT4 define checks for the SetConsoleCtrlHandler() code paths -- that API is available on NT4 anyway.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r92662 r92693  
    12491249         */
    12501250#ifdef RT_OS_WINDOWS
    1251 # ifndef RT_OS_NT4 /** @todo r=bird: What's RT_OS_NT4??? */
    12521251        /* Install console control handler. */
    12531252        if (!SetConsoleCtrlHandler(vgsvcWinConsoleControlHandler, TRUE /* Add handler */))
     
    12561255            /* Just skip this error, not critical. */
    12571256        }
    1258 # endif /* !RT_OS_NT4 */
    12591257#endif /* RT_OS_WINDOWS */
    12601258        rc = VGSvcStartServices();
     
    12691267            VbglR3ClosePidFile(g_szPidFile, hPidFile);
    12701268#ifdef RT_OS_WINDOWS
    1271 # ifndef RT_OS_NT4
    12721269        /* Uninstall console control handler. */
    12731270        if (!SetConsoleCtrlHandler((PHANDLER_ROUTINE)NULL, FALSE /* Remove handler */))
     
    12761273            /* Just skip this error, not critical. */
    12771274        }
    1278 # endif /* !RT_OS_NT4 */
    12791275#else /* !RT_OS_WINDOWS */
    12801276        /* On Windows - since we're running as a console application - we already stopped all services
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette