ui/common/threadpool.h

branch
newapi
changeset 404
384f6d1f5784
parent 280
e3565cf7c831
equal deleted inserted replaced
403:b59935b2de79 404:384f6d1f5784
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