~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to include/VBox/err.mac

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-05-29 10:09:31 UTC
  • mfrom: (3.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120529100931-2xayrbh5hyzm6e9p
Tags: 4.1.16-dfsg-1
* New upstream release.
* Drop 37-fix-build-gcc47.patch, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
%define VERR_DBGF_REG_IPE_2    (-1216)
90
90
%define VERR_DBGF_HYPER_DB_XCPT    (-1217)
91
91
%define VERR_DBGF_STACK_IPE_1    (-1218)
92
 
%define VERR_DBGF_STACK_IPE_2    (-1218)
 
92
%define VERR_DBGF_STACK_IPE_2    (-1219)
93
93
%define VWRN_CONTINUE_ANALYSIS    1400
94
94
%define VWRN_CONTINUE_RECOMPILE    VWRN_CONTINUE_ANALYSIS
95
95
%define VWRN_PATM_CONTINUE_SEARCH    VWRN_CONTINUE_ANALYSIS
288
288
%define VERR_VM_THREAD_IS_EMT    (-1914)
289
289
%define VERR_VM_UNEXPECTED_VM_STATE    (-1915)
290
290
%define VERR_VM_UNEXPECTED_UNSTABLE_STATE    (-1916)
291
 
%define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE    (-1017)
292
 
%define VERR_VM_FATAL_WAIT_ERROR    (-1018)
293
 
%define VERR_VM_REQUEST_KILLED    (-1019)
 
291
%define VERR_VM_REQUEST_TOO_MANY_ARGS_IPE    (-1917)
 
292
%define VERR_VM_FATAL_WAIT_ERROR    (-1918)
 
293
%define VERR_VM_REQUEST_KILLED    (-1919)
294
294
%define VINF_VRDP_SUCCESS    VINF_SUCCESS
295
295
%define VERR_VRDP_TIMEOUT    VERR_TIMEOUT
296
296
%define VERR_VRDP_ISO_UNSUPPORTED    (-2000)
470
470
%define VERR_PDM_TOO_MANY_DEVICE_INSTANCES    (-2867)
471
471
%define VERR_PDM_TOO_MANY_DRIVER_INSTANCES    (-2868)
472
472
%define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES    (-2869)
473
 
%define VERR_PDM_TOO_MANY_USB_DEVICE_INSTANCES    (-2869)
474
473
%define VERR_PDM_DEVINS_VERSION_MISMATCH    (-2870)
475
474
%define VERR_PDM_DEVHLPR3_VERSION_MISMATCH    (-2871)
476
475
%define VERR_PDM_USBINS_VERSION_MISMATCH    (-2872)