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, 0 insertions, 14 deletions
diff --git a/src/os/win32/ngx_os_thread.h b/src/os/win32/ngx_os_thread.h
deleted file mode 100644
index 81eb3b968..000000000
--- a/src/os/win32/ngx_os_thread.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#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_ */