Commit 917e4b51 authored by Cyril Hruscak's avatar Cyril Hruscak

Do not use thread_local for MinGW

parent ff3d74ae
......@@ -148,6 +148,9 @@
# ifdef __APPLE__
# define CAF_NO_THREAD_LOCAL
# endif
# ifdef __MINGW32__
# define CAF_NO_THREAD_LOCAL
# endif
#elif defined(_MSC_VER)
# define CAF_MSVC
# define CAF_LIKELY(x) x
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment