forked from such-gitea/wownero
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.
20 KiB
20 KiB
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.