summaryrefslogtreecommitdiff
path: root/changes/ticket17927
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket17927')
-rw-r--r--changes/ticket179274
1 files changed, 0 insertions, 4 deletions
diff --git a/changes/ticket17927 b/changes/ticket17927
deleted file mode 100644
index 532416dac4..0000000000
--- a/changes/ticket17927
+++ /dev/null
@@ -1,4 +0,0 @@
- 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.