Changeset 58132 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 9, 2015 12:09:37 AM (9 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r57823 r58132 696 696 697 697 /** 698 * @copydoc RTPathStripFilename .698 * @copydoc RTPathStripFilename 699 699 */ 700 700 static void suplibHardenedPathStripFilename(char *pszPath) -
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r57501 r58132 313 313 314 314 /** The windows path to dir \\SystemRoot\\System32 directory (technically 315 * this whatever \ KnownDlls\KnownDllPath points to). */315 * this whatever \\KnownDlls\\KnownDllPath points to). */ 316 316 SUPSYSROOTDIRBUF g_System32WinPath; 317 317 /** @ */
Note:
See TracChangeset
for help on using the changeset viewer.