diff options
author | rpj <rpj> | 2011-07-01 09:33:35 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-01 09:33:35 +0000 |
commit | c3973648250aeb062d7d99a71257e2287c18a1ae (patch) | |
tree | f8c028e0bd909d6d3aad9d295490efc36500b0d6 /ChangeLog | |
parent | ff142e0fc8aa85cc9c11f0bf75422ce7297603fb (diff) |
See the ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ PTW32_INTERLOCKED_*_LONG which work only on 32 bit integer variables;
PTW32_INTERLOCKED_*_SIZE which work on size_t integer variables, i.e.
LONG for 32 bit systems and LONGLONG for 64 bit systems.
+ * implement.h (MCS locks): nextFlag and waitFlag are now HANDLE type.
+ * ptw32_MCS_locks.c: Likewise.
2011-06-30 Ross Johnson <ross dot johnson at homemail dot com dot au>
|