• Eric Pouech's avatar
    - made async.h ready for use in ntdll: replaced all calls to kernel32 · 9bd4f6bf
    Eric Pouech authored
      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
Name
Last commit
Last update
controls Loading commit data...
dlls Loading commit data...
documentation Loading commit data...
files Loading commit data...
graphics Loading commit data...
if1632 Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
memory Loading commit data...
misc Loading commit data...
miscemu Loading commit data...
msdos Loading commit data...
objects Loading commit data...
ole Loading commit data...
programs Loading commit data...
relay32 Loading commit data...
scheduler Loading commit data...
server Loading commit data...
tools Loading commit data...
win32 Loading commit data...
windows Loading commit data...
.cvsignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
BUGS Loading commit data...
COPYING.LIB Loading commit data...
ChangeLog Loading commit data...
DEVELOPERS-HINTS Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
winedefault.reg Loading commit data...