Changeset 51978 in vbox for trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
- Timestamp:
- Jul 11, 2014 2:57:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r51971 r51978 1787 1787 return RTMsgInitFailure(rc); 1788 1788 1789 #ifdef RT_OS_WINDOWS 1790 SUPR3InitEx(false /*fUnrestricted*/, NULL); /* Ignore return code, we only need the image verifier bits to work. */ 1791 #endif 1789 SUPR3HardenedVerifyInit(); 1792 1790 RTERRINFOSTATIC ErrInfo; 1793 1791 RTErrInfoInitStatic(&ErrInfo);
Note:
See TracChangeset
for help on using the changeset viewer.