#ifdef PLATFORM_POSIX #ifdef COMPILER_GCC #if __GNUC__ > 3 #include <ext/atomicity.h> #else #include <bits/atomicity.h> #endif #else #include <bits/atomicity.h> #endif #endif
Report message to a moderator