aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_scgi_module.c
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2014-10-11 20:56:35 +0900
committerKouhei Sutou <kou@cozmixng.org>2014-10-11 20:56:35 +0900
commit3df66a632a8fae75511b4c96219dd3801f04c737 (patch)
tree9157e8c4c3a1d0249b7608eb3a8eba92bb8fb274 /src/http/modules/ngx_http_scgi_module.c
parentc01481a4cb5c79e65bd259da6ad33a1eb95cc352 (diff)
downloadnginx-3df66a632a8fae75511b4c96219dd3801f04c737.tar.gz
nginx-3df66a632a8fae75511b4c96219dd3801f04c737.zip
Win32: fixed wrong type cast.
GetQueuedCompletionStatus() document on MSDN says the following signature: http://msdn.microsoft.com/en-us/library/windows/desktop/aa364986.aspx BOOL WINAPI GetQueuedCompletionStatus( _In_ HANDLE CompletionPort, _Out_ LPDWORD lpNumberOfBytes, _Out_ PULONG_PTR lpCompletionKey, _Out_ LPOVERLAPPED *lpOverlapped, _In_ DWORD dwMilliseconds ); In the latest specification, the type of the third argument (lpCompletionKey) is PULONG_PTR not LPDWORD.
Diffstat (limited to 'src/http/modules/ngx_http_scgi_module.c')
0 files changed, 0 insertions, 0 deletions