mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
Also add noexcept qualifications on the Wine side
See the last few commits.
This commit is contained in:
@@ -29,7 +29,9 @@ HostBridge::HostBridge(MainContext& main_context,
|
||||
parent_pid(parent_pid),
|
||||
watchdog_guard(main_context.register_watchdog(*this)) {}
|
||||
|
||||
void HostBridge::handle_win32_events() {
|
||||
HostBridge::~HostBridge() noexcept {}
|
||||
|
||||
void HostBridge::handle_win32_events() noexcept {
|
||||
MSG msg;
|
||||
|
||||
for (int i = 0;
|
||||
|
||||
Reference in New Issue
Block a user