Alexandre Julliard pushed to branch master at wine / wine
Commits: 3abf06df by Michael Stopa at 2025-07-15T23:31:23+02:00 kernel32/tests: SetFileInfo should accept FileRenameInfoEx.
The documentation is extremely sparse but it would appear that SetFileInformationByHandle should handle FileRenameInfoEx in basically the same manner as FileRenameInfo, the only difference between the two being how they store the flag for replacing an existing file.
No other flags are being tested as even on MSDN they're only properly explained for NtSetInformationFile, which is wrapped by SetFileInformationByHandle in Wine anyway.
- - - - - 888de1b4 by Michael Stopa at 2025-07-15T23:31:23+02:00 kernelbase: Pass FileRenameInfoEx to NtSetInformationFile.
FileRenameInfoEx is already handled by NtSetInformationFile, SetFileInformationByHandle need only pass it through.
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c - dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1cbc1769344a96ac554bd2a14e520e...