Changeset 49500 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Nov 15, 2013 12:52:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp
r49319 r49500 350 350 WriteFile(GetStdHandle(STD_ERROR_HANDLE), pch, (DWORD)cch, &cbWrittenIgn, NULL); 351 351 #else 352 write(2, pch, cch);352 (void)write(2, pch, cch); 353 353 #endif 354 354 }
Note:
See TracChangeset
for help on using the changeset viewer.