Also add noexcept qualifications on the Wine side

See the last few commits.
This commit is contained in:
Robbert van der Helm
2021-05-14 18:27:19 +02:00
parent 37257298a1
commit a9643577fd
12 changed files with 118 additions and 100 deletions
+3 -1
View File
@@ -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;