Fix NtWaitForMultipleObjects

This fixes #97
This commit is contained in:
momo5502
2025-01-24 08:53:05 +01:00
parent e5830e5a64
commit 8adb479cf3

View File

@@ -3251,6 +3251,8 @@ namespace
h.value.type);
return STATUS_NOT_SUPPORTED;
}
t.await_objects.push_back(h);
}
if (timeout.value() && !t.await_time.has_value())