VirtualBox

Changeset 26176 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 2, 2010 10:20:13 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57192
Message:

VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, removing the latter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r26112 r26176  
    180180#ifdef VBOX_WITH_LSILOGIC
    181181    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceLsiLogicSCSI);
    182     if (VBOX_FAILURE(rc))
     182    if (RT_FAILURE(rc))
    183183        return rc;
    184184#endif
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