aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/win32/ngx_init.c')
-rw-r--r--src/os/win32/ngx_init.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/os/win32/ngx_init.c b/src/os/win32/ngx_init.c
index 8c3511fe7..4f356a1c2 100644
--- a/src/os/win32/ngx_init.c
+++ b/src/os/win32/ngx_init.c
@@ -7,17 +7,10 @@ int ngx_max_sockets;
ngx_os_io_t ngx_os_io = {
-#if 0
- ngx_unix_recv,
- NULL,
- NULL,
- ngx_freebsd_write_chain
-#else
- NULL,
+ ngx_wsarecv,
NULL,
NULL,
NULL
-#endif
};