diff options
author | rpj <rpj> | 2011-06-29 06:19:26 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-06-29 06:19:26 +0000 |
commit | 5fdebbca2831af55fcd17d1819ec68dc17e2ec58 (patch) | |
tree | afc3ee148258f406a98c78e801b5c58ef551ac00 /ChangeLog | |
parent | 3f334b78ab4447a37ed40b34c5fdd1aac76d3df7 (diff) |
See the ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2011-06-29 Daniel Richard G. <skunk at iskunk dot org>
+
+ * ptw32_relmillisecs.c (ftime):
+ _ftime64_s() is only available in MSVC 2005 or later;
+ _ftime64() is available in MinGW or MSVC 2002 or later;
+ _ftime() is always available.
+ * pthread.h (long long): Not defined in older MSVC 6.
+ * implement.h (long long): Likewise.
+ * pthread_getunique_np.c (long long): Likewise.
+
2011-06-29 Ross Johnson <ross dot johnson at homemail dot com dot au>
* *.[ch] (PTW32_INTERLOCKED_*): These macros should now work for
|