Use STL thread only on Windows.
This commit is contained in:
parent
273ae92a14
commit
5f98548e02
@ -46,10 +46,10 @@
|
|||||||
|
|
||||||
#if TD_EMSCRIPTEN
|
#if TD_EMSCRIPTEN
|
||||||
#define TD_THREAD_UNSUPPORTED 1
|
#define TD_THREAD_UNSUPPORTED 1
|
||||||
#elif TD_TIZEN || TD_LINUX || TD_DARWIN
|
#elif TD_WINDOWS
|
||||||
#define TD_THREAD_PTHREAD 1
|
|
||||||
#else
|
|
||||||
#define TD_THREAD_STL 1
|
#define TD_THREAD_STL 1
|
||||||
|
#else
|
||||||
|
#define TD_THREAD_PTHREAD 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if TD_LINUX
|
#if TD_LINUX
|
||||||
|
Loading…
Reference in New Issue
Block a user