diff options
author | rpj <rpj> | 2011-06-29 05:10:00 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-06-29 05:10:00 +0000 |
commit | 3f334b78ab4447a37ed40b34c5fdd1aac76d3df7 (patch) | |
tree | 18dee585760e0b4d84efe15647bb5b630621cc7f /ChangeLog | |
parent | 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 (diff) |
PTW32_INTERLOCKED_* fixups
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-06-29 Ross Johnson <ross dot johnson at homemail dot com dot au>
+
+ * *.[ch] (PTW32_INTERLOCKED_*): These macros should now work for
+ both 32 and 64 bit builds. The MingW versions are all inlined asm
+ while the MSVC versions expand to their Interlocked* or Interlocked*64
+ counterparts appropriately. The argument type have also been changed
+ to cast to the appropriate value or pointer size for the architecture.
+
2011-05-29 Ross Johnson <ross dot johnson at homemail dot com dot au>
* *.[ch] (#ifdef): Extended cleanup to whole project.
|