Hello Friends,
I am trying to porting an unix c++ program into windows using MSVC8.0 compiler. In my unix version there are some lines like
#include <sys/atomic.h>
...
atomic_add_int_nv()
...
Now, pls help me to find out the Win version of these code segments.
Thanks,
Amit