VirtualBox

Changeset 66558 in vbox


Ignore:
Timestamp:
Apr 13, 2017 1:30:50 PM (8 years ago)
Author:
vboxsync
Message:

win/RTErrConvertFromWin32.cpp: make the hack compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp

    r66557 r66558  
    428428        case NTE_BAD_ALGID:         return VERR_CR_PKIX_UNKNOWN_DIGEST_TYPE;
    429429
     430#ifndef STATUS_ELEVATION_REQUIRED
     431# define STATUS_ELEVATION_REQUIRED 0xc000042c
     432#endif
    430433        case STATUS_ELEVATION_REQUIRED: return VERR_PRIVILEGE_NOT_HELD;
    431434    }
Note: See TracChangeset for help on using the changeset viewer.

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