Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows build: fix narrowing error for WaitForSingleObject
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.
- Loading branch information