VirtualBox

Ignore:
Timestamp:
Dec 14, 2009 12:59:38 PM (15 years ago)
Author:
vboxsync
Message:

SUPDrv-win.cpp: STATUS_INVALID_IMAGE_HASH isn't defined in our headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r25360 r25361  
    709709                    rc = VERR_LDR_IMPORTED_SYMBOL_NOT_FOUND;
    710710                    break;
    711                 case /* 0xC0000428 */ STATUS_INVALID_IMAGE_HASH:
     711                case    0xC0000428 /* STATUS_INVALID_IMAGE_HASH */ :
    712712                    rc = VERR_LDR_IMAGE_HASH;
    713713                    break;
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