summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 93bd4cb..3445969 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+
+ - use _WIN32, not WIN32, when testing for windows (fails with bcc),
+ patch by Tamas Tevesz.
+
3.6 Mon Feb 7 17:37:31 CET 2011
- fixed hash calculation in C♯ version (Tiago Freitas Leal).
- unroll copy for small sizes, use memcpy for larger sizes,