17 Nov
2024
17 Nov
'24
11:09 p.m.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55859 When a db is transacted, we need to call `Commit` to actually save the changes, but tests show this is not how msi works, so I changed `MsiGetSummaryInformationW` to open the db directly instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6827