Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when running multiple clients on Windows.
The logic in `hsFILELock::ILock()` is incorrect on Win32. We should only fail immediately if we are *not* blocking. As it stands, running multiple clients can cause the lock to fail, resulting in an uncaught exception being thrown.
- Loading branch information