VirtualBox

Changeset 29045 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 4, 2010 8:39:24 PM (15 years ago)
Author:
vboxsync
Message:

err.h: Fixed VINF_NO_CHANGE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r29040 r29045  
    503503/** Retry the operation. */
    504504#define VINF_TRY_AGAIN                      52
    505 /** No change done. */
    506 #define VINF_NO_CHANGE                      53
    507505/** Generic parse error. */
    508506#define VERR_PARSE_ERROR                    (-53)
     
    617615/** Invalid login data given. */
    618616#define VERR_LOGON_FAILURE                  (-94)
     617/** Generic no change error. */
     618#define VERR_NO_CHANGE                      (-95)
     619/** Generic no change info. */
     620#define VINF_NO_CHANGE                      95
    619621/** @} */
    620622
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette