ui/common/threadpool.h

changeset 100
d2bd73d28ff1
parent 32
e5f4d8af567e
equal deleted inserted replaced
99:b9767cb5b06b 100:d2bd73d28ff1
28 28
29 #ifndef UIC_THREADPOOL_H 29 #ifndef UIC_THREADPOOL_H
30 #define UIC_THREADPOOL_H 30 #define UIC_THREADPOOL_H
31 31
32 #include "../ui/toolkit.h" 32 #include "../ui/toolkit.h"
33
34 #ifndef _WIN32
35 #include <pthread.h>
36 #endif
33 37
34 #ifdef __cplusplus 38 #ifdef __cplusplus
35 extern "C" { 39 extern "C" {
36 #endif 40 #endif
37 41

mercurial