Alexandre Julliard : ntdll: Move the device I/O control functions to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 16 17:08:49 CDT 2020


Module: wine
Branch: master
Commit: f6bfb4ce00d27c4bc11615a5426065749e72b70a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f6bfb4ce00d27c4bc11615a5426065749e72b70a

Author: Alexandre Julliard <julliard at 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 at 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=f6bfb4ce00d27c4bc11615a5426065749e72b70a



More information about the wine-cvs mailing list