Sweden-Number/dlls/winsock
Eric Pouech 9bd4f6bf15 - made async.h ready for use in ntdll: replaced all calls to kernel32
functions with ntdll equivalent
- replaced status setter/getter for wine async structures with direct
  access to a (now included) IO_STATUS_BLOCK structure
- since we now have a IO_STATUS_BLOCK in async_private, we no longer
  need in most of the user (derivated) structures a field for
  LPOVERLAPPED (it's stored as the IO_STATUS_BLOCK)
- rewrote the async.h users accordingly
- implemented ntdll.Nt{Read|Write}File and let
  kernel32.{Read|Write}File(Ex)? use those new ntdll functions
- rewrote smb read/write interfaces to be more ntdll stylish (no
  overlapped yet)
2003-06-26 02:08:17 +00:00
..
tests Handle htonl() and friends like select(), this will hopefully avoid 2003-04-02 01:38:42 +00:00
.cvsignore Added version information. 2003-05-13 22:26:09 +00:00
Makefile.in Added version information. 2003-05-13 22:26:09 +00:00
async.c - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). 2002-10-30 20:26:32 +00:00
socket.c - made async.h ready for use in ntdll: replaced all calls to kernel32 2003-06-26 02:08:17 +00:00
version.rc Added version information. 2003-05-13 22:26:09 +00:00
winsock.spec Make all spec files grep-able. 2002-09-12 00:52:39 +00:00
ws2_32.spec Added WSASetEvent forward. 2003-06-04 20:23:58 +00:00