Changeset 93172 in vbox
- Timestamp:
- Jan 11, 2022 1:00:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r93115 r93172 2368 2368 2369 2369 /* Now do the IPRT init. */ 2370 rc = pfnRTInitEx(RTR3INIT_VER_CUR, fFlags & SUPSECMAIN_FLAGS_DONT_OPEN_DEV ? 0 : RTR3INIT_FLAGS_SUPLIB, 2371 0 /*cArgs*/, NULL /*papszArgs*/, pszExePath); 2370 rc = pfnRTInitEx(RTR3INIT_VER_CUR, fRtInit, 0 /*cArgs*/, NULL /*papszArgs*/, pszExePath); 2372 2371 if (RT_FAILURE(rc)) 2373 2372 supR3HardenedFatalMsg("supR3HardenedMainInitRuntime", kSupInitOp_IPRT, rc,
Note:
See TracChangeset
for help on using the changeset viewer.