Changeset 67061 in vbox for trunk/src/VBox/Runtime/nt
- Timestamp:
- May 24, 2017 12:05:10 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115720
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp
r66867 r67061 33 33 34 34 #include <iprt/err.h> 35 #ifdef VBOX 36 # include <VBox/err.h> 37 #endif 35 38 #include <iprt/log.h> 36 39 #include <iprt/assert.h> … … 81 84 case STATUS_UNEXPECTED_NETWORK_ERROR: 82 85 return VERR_NET_IO_ERROR; 86 #ifdef VBOX 87 case STATUS_TRUST_FAILURE: return VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5; 88 #endif 83 89 } 84 90
Note:
See TracChangeset
for help on using the changeset viewer.