Changeset 41976 in vbox for trunk/include/iprt
- Timestamp:
- Jul 1, 2012 2:16:40 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78849
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/err.mac
r41300 r41976 65 65 %define VWRN_NEGATIVE_UNSIGNED 57 66 66 %define VERR_NO_TRANSLATION (-58) 67 %define VWRN_NO_TRANSLATION 58 67 68 %define VERR_CODE_POINT_ENDIAN_INDICATOR (-59) 68 69 %define VERR_CODE_POINT_SURROGATE (-60) … … 378 379 %define VERR_ENV_VAR_NOT_FOUND (-750) 379 380 %define VINF_ENV_VAR_NOT_FOUND (750) 381 %define VWRN_ENV_NOT_FULLY_TRANSLATED (751) 380 382 %define VERR_CPU_OFFLINE (-800) 381 383 %define VERR_CPU_NOT_FOUND (-801)
Note:
See TracChangeset
for help on using the changeset viewer.