mscott%netscape.com 607ea9e584 Rewrite NS_IMPL_THREADSAFE_ADDREF and NS_IMPL_THREADSAFE_RELEASE in cross platform way instead of having separate
implementations for windows and everyone else. They are now written to use PR_AtomicIncrement and PR_AtomicDecrement.
this meant adding #include "pratom.h".

A side effect of this change is that no one needs to include "windows.h" in .cpp files which were implementing threadsafe
interfaces. You used to have to do this before with the old implementations.
1999-07-02 20:18:20 +00:00
..
1999-05-26 23:19:18 +00:00
1999-05-18 09:11:01 +00:00
1999-05-26 01:38:36 +00:00
1999-05-26 01:38:36 +00:00
1999-05-26 01:38:36 +00:00
1999-06-29 10:27:58 +00:00
1999-05-27 22:41:23 +00:00