[Git][wine/wine][master] 2 commits: kernel32/tests: Test FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_POSIX_SEMANTICS |...
Alexandre Julliard pushed to branch master at wine / wine Commits: 24487d2b by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00 kernel32/tests: Test FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_POSIX_SEMANTICS | FILE_ATTRIBUTE_DIRECTORY. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - cf0a1f53 by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00 kernelbase: For FILE_FLAG_BACKUP_SEMANTICS also handle FILE_ATTRIBUTE_DIRECTORY in CreateFile. Looks like this behaviour depends on FILE_FLAG_POSIX_SEMANTICS and activated when a file is being created. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58636 Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> - - - - - 2 changed files: - dlls/kernel32/tests/file.c - dlls/kernelbase/file.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b1674001... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b1674001... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)