Alexandre Julliard pushed to branch master at wine / wine
Commits:
f21934c6 by Alexandre Julliard at 2025-07-15T23:31:23+02:00
ntdll: Share more filename string constants.
- - - - -
4c8ad9b9 by Alexandre Julliard at 2025-07-15T23:31:23+02:00
ntdll: Move the helper to build NT pathnames to file.c.
- - - - -
4c64bcad by Alexandre Julliard at 2025-07-15T23:31:23+02:00
ntdll: Add a ntdll_get_unix_file_name() helper.
- - - - -
7734b87e by Alexandre Julliard at 2025-07-15T23:31:23+02:00
win32u: Use the ntdll_get_unix_file_name() helper.
- - - - -
e0690d51 by Alexandre Julliard at 2025-07-15T23:31:23+02:00
winemac.drv: Use the ntdll_get_unix_file_name() helper.
- - - - -
4a6bb793 by Alexandre Julliard at 2025-07-15T23:31:23+02:00
winex11.drv: Use the ntdll_get_unix_file_name() helper.
- - - - -
97a06f84 by Alexandre Julliard at 2025-07-15T23:31:23+02:00
winspool: Use the ntdll_get_unix_file_name() helper.
- - - - -
8 changed files:
- dlls/ntdll/unix/file.c
- dlls/ntdll/unix/process.c
- dlls/ntdll/unix/unix_private.h
- dlls/win32u/freetype.c
- dlls/winemac.drv/clipboard.c
- dlls/winex11.drv/clipboard.c
- dlls/winspool.drv/cups.c
- include/wine/unixlib.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd422389a08b49b0b73fd904f4416…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd422389a08b49b0b73fd904f4416…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b1418444 by Alistair Leslie-Hughes at 2025-07-15T23:31:23+02:00
msado15: Support all Fields interfaces.
- - - - -
0145974c by Alistair Leslie-Hughes at 2025-07-15T23:31:23+02:00
msado15: Support all Field interfaces.
- - - - -
fd422389 by Alistair Leslie-Hughes at 2025-07-15T23:31:23+02:00
msado15: Support all Connection interfaces.
- - - - -
3 changed files:
- dlls/msado15/connection.c
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/888de1b4918e0af00e055dae0d6bc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/888de1b4918e0af00e055dae0d6bc…
You're receiving this email because of your account on gitlab.winehq.org.
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/1cbc1769344a96ac554bd2a14e520…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1cbc1769344a96ac554bd2a14e520…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
350d13a3 by Vibhav Pant at 2025-07-15T00:43:00+02:00
setupapi/tests: Add tests for built-in device properties.
- - - - -
8a5b2359 by Vibhav Pant at 2025-07-15T00:43:00+02:00
ntoskrnl.exe/tests: Add tests for built-in properties for PnP device instances.
- - - - -
5692c459 by Vibhav Pant at 2025-07-15T00:43:00+02:00
setupapi: Support built-in properties in SetupDiGetDevicePropertyW and CM_Get_DevNode_Property_ExW.
- - - - -
3 changed files:
- dlls/ntoskrnl.exe/tests/ntoskrnl.c
- dlls/setupapi/devinst.c
- dlls/setupapi/tests/devinst.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2cf163efcce0bb6db628df483916…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2cf163efcce0bb6db628df483916…
You're receiving this email because of your account on gitlab.winehq.org.