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