summaryrefslogtreecommitdiff
path: root/changes/ticket17927
blob: 532416dac4ccacd782755d06725c875b0db4b367 (plain)
1
2
3
4
  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.