Alexandre Julliard : ntdll: Use nameless unions/structs for IO_STATUS_BLOCK.
Module: wine Branch: master Commit: d5f23441ad460844f552d301680e061dd1a5e90a URL: https://gitlab.winehq.org/wine/wine/-/commit/d5f23441ad460844f552d301680e061... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue May 30 11:00:04 2023 +0200 ntdll: Use nameless unions/structs for IO_STATUS_BLOCK. --- dlls/ntdll/sync.c | 1 - dlls/ntdll/tests/threadpool.c | 4 +-- dlls/ntdll/threadpool.c | 7 ++--- dlls/ntdll/unix/cdrom.c | 3 +- dlls/ntdll/unix/file.c | 65 +++++++++++++++++++++--------------------- dlls/ntdll/unix/serial.c | 3 +- dlls/ntdll/unix/sync.c | 7 ++--- dlls/ntdll/unix/tape.c | 3 +- dlls/ntdll/unix/unix_private.h | 8 ------ 9 files changed, 42 insertions(+), 59 deletions(-)
participants (1)
-
Alexandre Julliard