Just to make atomics ops work for every platform

i’ve encountered this, and it a seems a really complete library that abstracts atomics memory operations… http://www.hpl.hp.com/research/linux/atomic_ops/

Could come in handy to fix and complete the #ifdef hell in the juce_Atomic.h file…

Thanks, I’ll check that out…