00001 00002 #ifndef __ATOMIC_PRIMITIVES_H_INCLUDDED__ 00003 #define __ATOMIC_PRIMITIVES_H_INCLUDDED__ 00004 00005 #ifdef WIN32 00006 #include "atomic_util_w32.h" 00007 #else 00008 #include "atomic_util_lnx.h" 00009 #endif 00010 00011 #endif // __ATOMIC_PRIMITIVES_H_INCLUDDED__
1.5.5