Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
--
v2: opcservices: Mark entries according to compression mode.
opcservices: Use explicit field for the part name.
opcservices: Set compression method according to part's compression options.
opcservices: Use stdint types for the file header.
opcservices: Improve error handling when writing archives.
opcservices: Add support for writing Zip64 packages.
opcservices: Use 64-bit file sizes.
opcservices: Make it clear which structures are specific to zip32.
opcservices/tests: Use message context in some tests.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8879
Later, a similar inproc sync as the queue will be created for user APC alerts and sent on thread init as well, saving us the need to special case those in the get_inproc_sync request and in the cache.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8875
On Sat Aug 30 13:45:36 2025 +0000, Vibhav Pant wrote:
> No, I somehow thought the trio were always required. Removed
> CanUnloadNow and GetClassObject, thanks.
winecrt0 provides default implementations for them.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8859#note_114539
This MR mainly refactors the large wmain() into dedicated helpers.
- reusing existing exec/batch file/command discrimination helpers
(cmd /C or cmd /K does behave as any other execution clause),
- enabling ctrl-C handling when executing cmd /C or cmd /K (as
native does).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8882