nginx/src/event
Kouhei Sutou 3df66a632a 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.
2014-10-11 20:56:35 +09:00
..
modules Win32: fixed wrong type cast. 2014-10-11 20:56:35 +09:00
ngx_event_accept.c Events: removed broken thread support from posted events. 2014-09-01 18:20:03 +04:00
ngx_event_acceptex.c Core: keep the length of the local sockaddr. 2013-12-09 10:14:51 +04:00
ngx_event_busy_lock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connect.c Events: removed broken thread support from posted events. 2014-09-01 18:20:03 +04:00
ngx_event_connect.h Upstream: limited next_upstream time and tries (ticket #544). 2014-09-12 18:50:47 +04:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_mutex.c Events: removed broken thread support from posted events. 2014-09-01 18:20:03 +04:00
ngx_event_openssl_stapling.c SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP. 2014-07-28 12:27:57 -07:00
ngx_event_openssl.c SSL: session id context now includes certificate hash. 2014-09-15 17:59:47 +04:00
ngx_event_openssl.h SSL: fix build with OPENSSL_NO_ENGINE and/or OPENSSL_NO_OCSP. 2014-07-28 12:27:57 -07:00
ngx_event_pipe.c Upstream: p->downstream_error instead of closing connection. 2014-07-04 20:47:16 +04:00
ngx_event_pipe.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_posted.h Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_timer.c Events: removed broken thread support from posted events. 2014-09-01 18:20:03 +04:00
ngx_event_timer.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event.h Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00