Alexandre Julliard pushed to branch master at wine / wine
Commits:
159cc9c6 by Piotr Caban at 2025-05-20T10:27:41+02:00
msado15: Don't overwrite data in resize_recordset.
Fixes regression introduced in 4899ff5828678b99f794c01fae4b7296ed077d5b.
- - - - -
a40b9ed6 by Piotr Caban at 2025-05-20T10:27:42+02:00
msado15: Avoid unneeded data copy in load_all_recordset_data.
- - - - -
5f0e5c31 by Piotr Caban at 2025-05-20T10:27:42+02:00
msado15: Set recordset index in load_all_recordset_data.
- - - - -
06b88677 by Piotr Caban at 2025-05-20T10:27:43+02:00
msado15: Handle rowsets with unknown number of rows in load_all_recordset_data.
- - - - -
12dbbdbc by Piotr Caban at 2025-05-20T10:27:43+02:00
msado15: Add support for obtaining base tables and views in _Recordset_Open.
- - - - -
1 changed file:
- dlls/msado15/recordset.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6cd63073860e213d2ec2a355ce261…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6cd63073860e213d2ec2a355ce261…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8da70fe8 by Jacek Caban at 2025-05-19T17:44:09+02:00
msvcrt: Add empty block for __EXCEPT_PAGE_FAULT.
This fixes invalid syntax when compiler exceptions are enabled.
- - - - -
85dcf50a by Jacek Caban at 2025-05-19T17:44:10+02:00
include: Use ULONG for RpcExceptionCode macro.
Fixes format warnings when compiler exception support is enabled.
- - - - -
3 changed files:
- dlls/msvcrt/cpp.c
- dlls/rpcrt4/tests/server.c
- include/rpc.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/85e52fef7d7b80fc388b0e92f77ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/85e52fef7d7b80fc388b0e92f77ca…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23950641 by Nikolay Sivov at 2025-05-19T16:36:37+02:00
comctl32/taskdialog: Protect WM_COMMAND handler from partially initialized dialog.
It's possible to get WM_COMMAND(BN_CLICKED) during initialization in taskdialog_init(),
when window property is not yet set. Exceptions are swallowed on win32u transition.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/comctl32/taskdialog.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/23950641b5a9fdd776fa7274ea0b6f…
You're receiving this email because of your account on gitlab.winehq.org.