mirror of
https://github.com/monero-project/monero.git
synced 2025-03-16 06:56:05 -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.