VirtualBox

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/HostServices/SharedFolders/service.cpp

    r21485 r26176  
    679679                        rc = vbsfLock(pClient, root, Handle, offset, length, flags);
    680680
    681                     if (VBOX_SUCCESS(rc))
     681                    if (RT_SUCCESS(rc))
    682682                    {
    683683                        /* Update parameters.*/
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