Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows Condition Variable GetLastError Check
During the SleepConditionVariableCS days, the GetLastError was checked against WAIT_TIMEOUT. This should have been ERROR_TIMEOUT per the docs. WAIT_TIMEOUT applies to functions like WaitForSingleObject (and more). BUG=619037 Review-Url: https://codereview.chromium.org/2053403002 Cr-Commit-Position: refs/heads/master@{#399279}
- Loading branch information