VirtualBox

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


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/Main/HostImpl.cpp

    r26044 r26176  
    311311
    312312        int rc = SUPR3QueryVTCaps(&u32Caps);
    313         if (VBOX_SUCCESS(rc))
     313        if (RT_SUCCESS(rc))
    314314        {
    315315            if (u32Caps & SUPVTCAPS_NESTED_PAGING)
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