Alexandre Julliard : ntdll: Move NtQueryObject/NtSetInformationObject to the Unix library.

Alexandre Julliard julliard at winehq.org
Wed Jul 8 15:34:35 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jul  8 12:21:38 2020 +0200

ntdll: Move NtQueryObject/NtSetInformationObject to the Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/file.c        |  34 --------
 dlls/ntdll/ntdll_misc.h  |   2 -
 dlls/ntdll/om.c          | 192 +------------------------------------------
 dlls/ntdll/unix/file.c   | 210 +++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/loader.c |   2 +
 dlls/ntdll/unixlib.h     |   6 +-
 6 files changed, 219 insertions(+), 227 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=518decf16b8445f49cb8bddfd081e7911ae28212



More information about the wine-cvs mailing list