Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GUACAMOLE-377: Correct return value confusion in handling of timeout …
…vs. general failure of WaitForMultipleObjects(). The conversion of WAIT_FAILED to a signed int and back may cause the value of result to not actually match the value of the WAIT_FAILED macro due to the difference in size and sign extension during conversion.
- Loading branch information