VirtualBox

Changeset 9768 in vbox for trunk/include/iprt/err.mac


Ignore:
Timestamp:
Jun 17, 2008 1:51:39 PM (16 years ago)
Author:
vboxsync
Message:

Regenerate err.mac and x86.mac. Adjusted the rule for generting these as x86.h now include multiline macros.

File:
1 edited

Legend:

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

    r7706 r9768  
    22%define VERR_GENERAL_FAILURE    (-1)
    33%define VERR_INVALID_PARAMETER    (-2)
     4%define VWRN_INVALID_PARAMETER    2
    45%define VERR_INVALID_MAGIC    (-3)
     6%define VWRN_INVALID_MAGIC    3
    57%define VERR_INVALID_HANDLE    (-4)
     8%define VWRN_INVALID_HANDLE    4
    69%define VERR_LOCK_FAILED    (-5)
    710%define VERR_INVALID_POINTER    (-6)
     
    7679%define VERR_TRAILING_SPACES    (-77)
    7780%define VWRN_TRAILING_SPACES    77
    78 %define VERR_GETOPT_UNKNOWN_OPTION    (-78)
    79 %define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING    (-79)
    80 %define VERR_GETOPT_INVALID_ARGUMENT_FORMAT    (-80)
    81 %define VERR_NOT_FOUND    (-81)
     81%define VERR_NOT_FOUND    (-78)
     82%define VWRN_NOT_FOUND    78
     83%define VERR_INVALID_STATE    (-79)
     84%define VWRN_INVALID_STATE    79
     85%define VERR_OUT_OF_RESOURCES    (-80)
     86%define VWRN_OUT_OF_RESOURCES    80
    8287%define VERR_FILE_IO_ERROR    (-100)
    8388%define VERR_OPEN_FAILED    (-101)
     
    249254%define VERR_CPU_OFFLINE    (-800)
    250255%define VERR_CPU_NOT_FOUND    (-801)
     256%define VERR_GETOPT_UNKNOWN_OPTION    (-825)
     257%define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING    (-826)
     258%define VERR_GETOPT_INVALID_ARGUMENT_FORMAT    (-827)
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