Skip to content
Snippets Groups Projects
  1. Jul 01, 2003
  2. Jun 30, 2003
  3. Jun 27, 2003
  4. Jun 26, 2003
    • Alexandre Julliard's avatar
      996dc014
    • Eric Pouech's avatar
      - made async.h ready for use in ntdll: replaced all calls to kernel32 · 9bd4f6bf
      Eric Pouech authored and Alexandre Julliard's avatar Alexandre Julliard committed
        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)
      9bd4f6bf
Loading