Fix compat_usleep for WIN32
When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first.
Loading
Please sign in to comment
When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first.