VirtualBox

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.

File:
1 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        {
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