Changeset 76502 in vbox
- Timestamp:
- Dec 28, 2018 8:47:38 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127803
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r76411 r76502 4234 4234 4235 4235 supR3HardenedWinEnableThreadCreation(); 4236 PROCESS_INFORMATION ProcessInfoW32 ;4236 PROCESS_INFORMATION ProcessInfoW32 = { NULL, NULL, 0, 0 }; 4237 4237 if (!CreateProcessW(g_wszSupLibHardenedExePath, 4238 4238 pwszCmdLine,
Note:
See TracChangeset
for help on using the changeset viewer.