VirtualBox

Changeset 66867 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 10, 2017 2:27:01 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115346
Message:

a little more build fixing

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

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

    r66865 r66867  
    8484
    8585    /* unknown error. */
     86#ifndef IN_SUP_HARDENED_R3
    8687    AssertLogRelMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));
     88#else
     89    /* hardened main has no LogRel */
     90    AssertMsgFailed(("Unhandled error %#lx (%lu)\n", lNativeCode, lNativeCode));
     91#endif
    8792    return VERR_UNRESOLVED_ERROR;
    8893}
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r66865 r66867  
    435435
    436436    /* unknown error. */
     437#ifndef IN_SUP_HARDENED_R3
    437438    AssertLogRelMsgFailed(("Unhandled error %u\n", uNativeCode));
     439#else
     440    /* hardened main has no LogRel */
     441    AssertMsgFailed(("Unhandled error %u\n", uNativeCode));
     442#endif
    438443    return VERR_UNRESOLVED_ERROR;
    439444}
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