mirror of
https://github.com/monero-project/monero.git
synced 2025-03-21 07:16:30 -04: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.