]> git.kaiwu.me - nginx.git/commit
Win32: MSVC 2015 compatibility.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 17 Aug 2015 15:09:17 +0000 (18:09 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 17 Aug 2015 15:09:17 +0000 (18:09 +0300)
commit84b0ad63fbe5f0de38ae642060a96db34e14287f
tree372cf86634b40d036fec188acedb38fb5715937a
parent1576cd10aabf94e02e65a900302c87c3c149c265
Win32: MSVC 2015 compatibility.

Resolved warnings about declarations that hide previous local declarations.
Warnings about WSASocketA() being deprecated resolved by explicit use of
WSASocketW() instead of WSASocket().  When compiling without IPv6 support,
WinSock deprecated warnings are disabled to allow use of gethostbyname().
src/http/modules/ngx_http_fastcgi_module.c
src/http/modules/ngx_http_map_module.c
src/mail/ngx_mail_core_module.c
src/os/win32/ngx_socket.h
src/os/win32/ngx_win32_config.h
src/stream/ngx_stream_core_module.c
src/stream/ngx_stream_proxy_module.c