VirtualBox

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


Ignore:
Timestamp:
Aug 29, 2008 2:21:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35653
Message:

IPRT: RTR3Init cleanup.

Location:
trunk/src/VBox/Additions/common
Files:
2 edited

Legend:

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

    r11563 r11822  
    540540    }
    541541    else VBoxControlError("Error retrieving handle to user32.dll!");
    542    
     542
    543543    return 0;
    544544}
     
    863863        RegCloseKey(hkeyVideo);
    864864    }
    865    
     865
    866866    return 0;
    867867}
     
    12231223    if (!onlyinfo)
    12241224    {
    1225         rrc = RTR3Init(false, 0);
     1225        rrc = RTR3Init(); /** @todo r=bird: This ALWAYS goes first, the only exception is when you have to parse args to figure out which to call! */
    12261226        if (!RT_SUCCESS(rrc))
    12271227        {
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r10654 r11822  
    230230     * Init globals and such.
    231231     */
    232     RTR3Init(false, 0);
     232    RTR3Init();
    233233    g_pszProgName = RTPathFilename(argv[0]);
    234234    for (unsigned j = 0; j < RT_ELEMENTS(g_aServices); j++)
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