Changeset 51978 in vbox for trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
- Timestamp:
- Jul 11, 2014 2:57:40 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94904
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp
r51687 r51978 716 716 m->enmContext = a_enmContext; 717 717 m->fMadeReadyCall = false; 718 719 /* 720 * Make sure the SUPR3Hardened API works (ignoring errors for now). 721 */ 722 int rc = SUPR3HardenedVerifyInit(); 723 if (RT_FAILURE(rc)) 724 LogRel(("SUPR3HardenedVerifyInit failed: %Rrc\n", rc)); 718 725 719 726 /*
Note:
See TracChangeset
for help on using the changeset viewer.