mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-13 16:40:40 -06: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.