Re: [PATCH v2 0/1] MR10352: cabinet: Add stubs for compressor/decompressor
March 24, 2026
9:13 a.m.
Nikolay Sivov (@nsivov) commented about dlls/cabinet/fci.c:
} + +/*********************************************************************** + * FCICompressorCreate (CABINET.30) + * + * Create a compressor handle + * + * PARAMS + * algo [I] Compression algoritm to use + * settings [I] Optional settings struct (Unused) + * handle [IO] On success, handle. + * + * RETURNS + * TRUE for success + * FALSE for failure + */ Personally, I would get rid of those comment headers. But if kept, they need to be up-to-date.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10352#note_133508
1
Age (days ago)
1
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)