HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
stdthread.h
Go to the documentation of this file.
1 
2 #ifdef WIN32
3  #pragma warning (push)
4  #pragma warning (disable : 4265)
5  #include <thread>
6  #pragma warning (pop)
7 #elif defined(MBSD)
8  #include <tbb/compat/thread>
9 #else
10  #include <thread>
11 #endif