]> granicus.if.org Git - libatomic_ops/commitdiff
2007-07-23 Hans Boehm <Hans.Boehm@hp.com> (really Jim Marshall)
authorhboehm <hboehm>
Mon, 23 Jul 2007 21:05:19 +0000 (21:05 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 12:03:24 +0000 (16:03 +0400)
* src/atomic_ops/sysdeps/msftc/x86.h (_InterlockedExchangeAdd): Define
for VC++6.

ChangeLog
src/atomic_ops/sysdeps/msftc/x86.h

index 6dba2dca14e2316ff372d7faf89de92d3b76d410..857513a182862bcce876f803015504d838b0b7ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
-2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>
+2007-07-23 Hans Boehm <Hans.Boehm@hp.com> (really Jim Marshall)
+       * src/atomic_ops/sysdeps/msftc/x86.h (_InterlockedExchangeAdd): Define
+       for VC++6.
 
+2007-07-05  Andreas Tobler  <a.tobler@schweiz.org>
        * src/atomic_ops.h: Check for __powerpc64__ and __ppc64__ to include
        powerpc.h.
 
index ad444580f1eeb645800e25e4eb58fd9cac6ea2be..57a03e46bae978d7f0bf34c93a335cb2ca2c7418 100644 (file)
@@ -45,6 +45,7 @@
 #define _InterlockedIncrement       InterlockedIncrement
 #define _InterlockedDecrement       InterlockedDecrement
 #define _InterlockedExchange        InterlockedExchange 
+#define _InterlockedExchangeAdd     InterlockedExchangeAdd
 #define _InterlockedCompareExchange InterlockedCompareExchange
 
 #else