tor/changes/ticket17927

5 lines
260 B
Plaintext
Raw Normal View History

o Minor features (performance, windows):
- Use SRWLocks to implement locking on Windows. Replaces the critical
section locking implementation with the faster SRWLocks available
since Windows Vista. Closes ticket 17927. Patch by Daniel Pinto.