[Git][wine/wine][master] 5 commits: ntdll: Get rid of the wine_nt_to_unix_file_name syscall.
Alexandre Julliard pushed to branch master at wine / wine Commits: e377b740 by Alexandre Julliard at 2025-07-17T11:26:48+02:00 ntdll: Get rid of the wine_nt_to_unix_file_name syscall. - - - - - 7b4fb93e by Alexandre Julliard at 2025-07-17T11:33:42+02:00 ntdll: Remove some commented stubs that no longer exist in recent Windows. We are most likely never going to need them. - - - - - 07b4a234 by Alexandre Julliard at 2025-07-17T17:52:23+02:00 ntdll: Add NtAccessCheckByTypeAndAuditAlarm() and NtCloseObjectAuditAlarm() stubs. They need explicit syscall ids. - - - - - 5b3862a3 by Alexandre Julliard at 2025-07-17T17:52:23+02:00 ntdll: Add more LPC stubs. They need explicit syscall ids. - - - - - d39717f4 by Alexandre Julliard at 2025-07-17T20:24:32+02:00 kernel32/tests: Fix a couple of test failures. - - - - - 14 changed files: - dlls/kernel32/tests/file.c - dlls/kernel32/tests/heap.c - dlls/ntdll/ntdll.spec - dlls/ntdll/ntsyscalls.h - dlls/ntdll/signal_arm64ec.c - dlls/ntdll/unix/file.c - dlls/ntdll/unix/security.c - dlls/ntdll/unix/sync.c - dlls/wow64/file.c - dlls/wow64/security.c - dlls/wow64/struct32.h - dlls/wow64/sync.c - include/winnt.h - include/winternl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b612b9dd1f7df800ab814d0cf77a4d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b612b9dd1f7df800ab814d0cf77a4d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)