VirtualBox

Changeset 51971 in vbox


Ignore:
Timestamp:
Jul 10, 2014 1:13:59 PM (10 years ago)
Author:
vboxsync
Message:

VBoxExtPackHelperApp.cpp: Must initialize SUPLib before using it to verify 'self' on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r51445 r51971  
    17871787        return RTMsgInitFailure(rc);
    17881788
     1789#ifdef RT_OS_WINDOWS
     1790    SUPR3InitEx(false /*fUnrestricted*/, NULL); /* Ignore return code, we only need the image verifier bits to work. */
     1791#endif
    17891792    RTERRINFOSTATIC ErrInfo;
    17901793    RTErrInfoInitStatic(&ErrInfo);
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