mirror of
https://github.com/monero-project/monero.git
synced 2026-01-07 19:00:59 -08: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.