VirtualBox

Changeset 67061 in vbox for trunk/src/VBox/Runtime/nt


Ignore:
Timestamp:
May 24, 2017 12:05:10 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115720
Message:

RTErrConvertFromNtStatus.cpp: STATUS_TRUST_FAILURE -> VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp

    r66867 r67061  
    3333
    3434#include <iprt/err.h>
     35#ifdef VBOX
     36# include <VBox/err.h>
     37#endif
    3538#include <iprt/log.h>
    3639#include <iprt/assert.h>
     
    8184        case STATUS_UNEXPECTED_NETWORK_ERROR:
    8285                                            return VERR_NET_IO_ERROR;
     86#ifdef VBOX
     87        case STATUS_TRUST_FAILURE:          return VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5;
     88#endif
    8389    }
    8490
Note: See TracChangeset for help on using the changeset viewer.

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