- Timestamp:
- Oct 6, 2014 8:16:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r52962 r52965 1775 1775 /* 1776 1776 * The next steps are only taken if we actually need to access the support 1777 * driver. (Already done by early VMprocess init.)1777 * driver. (Already done by early process init.) 1778 1778 */ 1779 1779 if (!(fFlags & SUPSECMAIN_FLAGS_DONT_OPEN_DEV)) 1780 1780 { 1781 1781 #ifdef RT_OS_WINDOWS 1782 /* 1783 * Windows: Must have done early process init if we get here. 1784 */ 1785 if (!g_fSupEarlyProcessInit) 1786 supR3HardenedFatalMsg("SUPR3HardenedMain", kSupInitOp_Integrity, VERR_WRONG_ORDER, 1787 "Early process init was somehow skipped."); 1788 1782 1789 /* 1783 1790 * Windows: The second respawn. This time we make a special arrangement
Note:
See TracChangeset
for help on using the changeset viewer.