Changeset 63573 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 16, 2016 8:02:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r63474 r63573 1402 1402 } 1403 1403 #else 1404 RT_NOREF(g_hStartupLog, g_cbStartupLog); 1404 /* Just some mumbo jumbo to shut up the compiler. */ 1405 g_hStartupLog -= 1; 1406 g_cbStartupLog += 1; 1405 1407 //g_hStartupLog = open() 1406 1408 #endif
Note:
See TracChangeset
for help on using the changeset viewer.