On Thu, Jun 19, 2003 at 07:19:42PM -0700, H. J. Lu wrote: > long _InterlockedIncrement(long *addend) > > Increment the addend by one atomically. Maps to the fetchadd4 > instruction. Eh? What's wrong with the ABI defined __sync_fetch_and_add? r~