include: Assorted spelling fixes.
[wine] / dlls / ws2_32 / async.c
2012-03-26  Bruno Jesusws2_32: Handle NULL proto in WSAAsyncGetServByName.
2011-11-28  Bruno Jesusws2_32: Remove duplicated code.
2011-06-01  Andrew Nguyenws2_32: Avoid a crash with an optional pointer in WSAAs...
2011-06-01  Andrew Nguyenws2_32: Free the asynchronous query structure if thread...
2009-09-29  Alexandre Julliardws2_32: Remove remaining 16-bit code from async.c and...
2009-09-29  Alexandre Julliardws2_32: Move the 16-bit async functions to socket16.c.
2009-09-29  Alexandre Julliardws2_32: Move the getXXXbyYYY critical section to socket.c.
2009-09-29  Alexandre Julliardws2_32: Use the standard winsock functions to implement...
2009-09-29  Alexandre Julliardws2_32: Define a specific structure for each query...
2009-09-29  Alexandre Julliardws2_32: Define a common header struct for async queries...
2009-09-29  Alexandre Julliardws2_32: Split the async function callback by type of...
2008-12-01  Francois Gougetws2_32: Fix the checks for AQ_WIN16.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-01  Andrew Talbotws2_32: Make function declarations match definitions.
2008-02-08  Andrew Talbotws2_32: Remove unneeded casts.
2008-01-04  Austin EnglishMore spelling fixes.
2007-05-29  Andrew Talbotws2_32: Exclude unused headers.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2006-10-12  Alexandre Julliardws2_32: Win64 printf format fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Alexandre Julliardwinsock: Renamed the winsock directory to ws2_32.