Module: wine Branch: master Commit: c7b1551e8f007ceb96953c3c08c82637cded78fe URL: https://gitlab.winehq.org/wine/wine/-/commit/c7b1551e8f007ceb96953c3c08c8263...
Author: Joel Holdsworth joel@airwebreathe.org.uk Date: Wed Sep 20 09:46:14 2023 +0100
ntdll: Initial implementation of FileRenameInformationEx.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54997 Signed-off-by: Joel Holdsworth joel@airwebreathe.org.uk
---
dlls/ntdll/tests/file.c | 48 +++--------------------------------------- dlls/ntdll/unix/file.c | 14 ++++++++++-- dlls/wow64/file.c | 3 ++- dlls/wow64/struct32.h | 6 +++++- include/wine/server_protocol.h | 4 ++-- server/fd.c | 5 +++-- server/protocol.def | 2 +- server/request.h | 2 +- server/trace.c | 2 +- 9 files changed, 30 insertions(+), 56 deletions(-)