Module: wine Branch: master Commit: 518decf16b8445f49cb8bddfd081e7911ae28212 URL: https://source.winehq.org/git/wine.git/?a=commit;h=518decf16b8445f49cb8bddfd...
Author: Alexandre Julliard julliard@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@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=518decf16b8445f49cb8b...