mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 00:21:28 +09: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.