VirtualBox

Changeset 11822 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Aug 29, 2008 2:21:03 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: RTR3Init cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r10778 r11822  
    409409
    410410    if (0 == ghSeamlessNotifyEvent)         /* If seamless mode is not active / supported, reduce event array count */
    411         dwEventCount = 1;                       
     411        dwEventCount = 1;
    412412
    413413    Log(("VBoxTray: Number of events to wait in main loop: %ld\n", dwEventCount));
     
    491491    /* Do not use a global namespace ("Global\\") for mutex name here, will blow up NT4 compatibility! */
    492492    HANDLE hMutexAppRunning = CreateMutex (NULL, FALSE, "VBoxTray");
    493     if (   (hMutexAppRunning != NULL) 
     493    if (   (hMutexAppRunning != NULL)
    494494        && (GetLastError() == ERROR_ALREADY_EXISTS))
    495495    {
     
    500500    }
    501501
    502     int rc = RTR3Init(false);
     502    int rc = RTR3Init();
    503503    if (RT_FAILURE(rc))
    504504        return rc;
Note: See TracChangeset for help on using the changeset viewer.

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