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