wine/dlls/kernel32
Keno Fischer d96975d649 kernel32: Fix CancelIoEx return value.
In commit 27ecc6ba5 ("ntdll: Fix iosb handling in NtCancelIoFile()"),
NtCancelIoFile(Ex) was updated to return its status rather than
unconditionally setting it in io_status->u.Status (though the write
was retained in the success case). As a result, in the error case,
the kernelbase wrappers now interpret unitialized memory as an error
code, since io_status->u.Status is never written.

Signed-off-by: Keno Fischer <keno@juliacomputing.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-12-23 10:50:10 +01:00
..
nls kernel32: Store the ILANGUAGE values in uppercase. 2021-12-07 16:19:48 +01:00
tests kernel32: Fix CancelIoEx return value. 2021-12-23 10:50:10 +01:00
atom.c
comm.c
computername.c
console.c
debugger.c
file.c
heap.c
kernel32.spec
kernel_main.c
kernel_private.h
lcformat.c
locale.c
locale_rc.rc
lzexpand.c
Makefile.in
module.c
path.c
powermgnt.c
process.c
profile.c
resource.c
sync.c
tape.c
thread.c
toolhelp.c
version.c
version.rc
virtual.c
volume.c
winerror.mc