aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_os_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_os_thread.h')
-rw-r--r--src/os/win32/ngx_os_thread.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/os/win32/ngx_os_thread.h b/src/os/win32/ngx_os_thread.h
new file mode 100644
index 000000000..81eb3b968
--- /dev/null
+++ b/src/os/win32/ngx_os_thread.h
@@ -0,0 +1,14 @@
+#ifndef _NGX_OS_THREAD_H_INCLUDED_
+#define _NGX_OS_THREAD_H_INCLUDED_
+
+
+#include <ngx_config.h>
+
+
+typedef HANDLE ngx_os_tid_t;
+typedef int ngx_tid_t;
+
+typedef LPTHREAD_START_ROUTINE ngx_thread_start_routine_t
+
+
+#endif /* _NGX_OS_THREAD_H_INCLUDED_ */