diff options
author | rpj <rpj> | 2011-07-03 01:39:00 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-03 01:39:00 +0000 |
commit | 0839be6d0a321aa805d2b31bf38ea13e76ccb532 (patch) | |
tree | be1f839c56c2ebdc63bebccd1d8dd24980c36acf /ChangeLog | |
parent | 758deae4c0be2c7ff2fb1d0c55e6aeead86abbb7 (diff) |
_WIN32_WINNT definition
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ -2011-07-02 Ross Johnson <ross dot johnson at homemail dot com dot au>
+2011-07-03 Ross Johnson <ross dot johnson at homemail dot com dot au>
* pthread_spin_unlock.c (EPERM): Return success if unlocking a lock
that is not locked, because single CPU machines wrap a
PTHREAD_MUTEX_NORMAL mutex, which returns success in this case.
+2011-07-03 Daniel Richard G. <skunk at iskunk dot org>
+
+ * Makefile (_WIN32_WINNT): Removed; duplicate definition in implement.h.
+
2011-07-02 Daniel Richard G. <skunk at iskunk dot org>
* Makefile: Cleanups and implovements.
|