nginx/src
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
..
core Core: fixed buffer overrun when hash max_size reached. 2014-10-02 12:00:17 -07:00
event Win32: fixed wrong type cast. 2014-10-11 20:56:35 +09:00
http Fixed possible buffer overrun in "too long header line" logging. 2014-10-08 17:16:04 +04:00
mail Mail: initialize the "signature" field of ngx_mail_session_t. 2014-09-01 17:50:59 +04:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Removed duplicate initialization of the "rev" variable. 2014-09-22 19:48:23 +04:00