Changeset 63402 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 12, 2016 8:54:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r62677 r63402 1353 1353 if (strncmp(papszArgs[iArg], s_szLogOption, sizeof(s_szLogOption) - 1) == 0) 1354 1354 { 1355 #ifdef RT_OS_WINDOWS 1355 1356 const char *pszLogFile = &papszArgs[iArg][sizeof(s_szLogOption) - 1]; 1357 #endif 1356 1358 1357 1359 /* … … 1399 1401 } 1400 1402 #else 1403 RT_NOREF(g_hStartupLog); 1401 1404 //g_hStartupLog = open() 1402 1405 #endif … … 1431 1434 } 1432 1435 #else 1436 RT_NOREF(pszFormat, va); 1433 1437 /* later */ 1434 1438 #endif
Note:
See TracChangeset
for help on using the changeset viewer.