Added new include file ws2spi.h for adding needed types.
[wine] / dlls / winsock / async.c
2001-10-09  Patrik StridvallAdded new include file ws2spi.h for adding needed types.
2001-10-01  Andreas MohrAdded stub for WSApSetPostRoutine.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-26  Hidenori TakeshimaAdded checking for netdb.h.
2000-09-24  Rein KlazesMake calls to gethostbyname, gethostbyaddr, getservbyname,
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Andreas MohrFixed the Win16/Win32 structure size/alignment differen...
2000-07-23  Eric PouechInsured that all parameters of async functions are...
2000-04-18  Rein KlazesConvert service and protocol names to lowercase before...
2000-04-06  Rein KlazesCorrected error handling for ws_getprotobyname/number.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.