Changeset 96473 in vbox
- Timestamp:
- Aug 25, 2022 12:14:12 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp
r96472 r96473 1280 1280 */ 1281 1281 #ifdef RT_OS_WINDOWS 1282 static BOOL CALLBACK audioTestConsoleCtrlHandler(DWORD dwCtrlType) 1282 static BOOL CALLBACK audioTestConsoleCtrlHandler(DWORD dwCtrlType) RT_NOEXCEPT 1283 1283 { 1284 1284 if (dwCtrlType != CTRL_C_EVENT && dwCtrlType != CTRL_BREAK_EVENT)
Note:
See TracChangeset
for help on using the changeset viewer.