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