mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-03-11 22:16:37 +00:00
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.
`WaitForSingleObject` returns a `DWORD`, not an int, so assign `retval` as such and it should fix the error.