- Timestamp:
- Aug 15, 2024 3:49:46 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r104384 r105680 4816 4816 supR3HardenedFatalMsg("supR3HardenedWinReSpawn", kSupInitOp_Misc, VERR_INVALID_NAME, 4817 4817 "Error relaunching VirtualBox VM process: %u\n" 4818 "Command line: '%ls '",4819 RtlGetLastWin32Error(), pwszCmdLine);4818 "Command line: '%ls %ls'", 4819 RtlGetLastWin32Error(), g_wszSupLibHardenedExePath, pwszCmdLine); 4820 4820 supR3HardenedWinDisableThreadCreation(); 4821 4821
Note:
See TracChangeset
for help on using the changeset viewer.