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