Module: wine Branch: master Commit: f6bfb4ce00d27c4bc11615a5426065749e72b70a URL: https://source.winehq.org/git/wine.git/?a=commit;h=f6bfb4ce00d27c4bc11615a54...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 16 12:02:35 2020 +0200
ntdll: Move the device I/O control functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 6 +- dlls/ntdll/file.c | 258 +------------------------------------ dlls/ntdll/ntdll_misc.h | 24 ---- dlls/ntdll/{ => unix}/cdrom.c | 285 ++++++++++++++++++++--------------------- dlls/ntdll/unix/file.c | 247 ++++++++++++++++++++++++++++++++++- dlls/ntdll/unix/loader.c | 6 +- dlls/ntdll/{ => unix}/serial.c | 236 ++++++++++++++++------------------ dlls/ntdll/{ => unix}/tape.c | 48 ++++--- dlls/ntdll/unix/unix_private.h | 17 ++- dlls/ntdll/unix/virtual.c | 4 +- dlls/ntdll/unixlib.h | 14 +- 11 files changed, 557 insertions(+), 588 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f6bfb4ce00d27c4bc1161...