March 24, 2026
9:23 a.m.
On Tue Mar 24 09:13:59 2026 +0000, Nikolay Sivov wrote:
Is it defined like that in some older SDK? In current SDK there is no such symbol, and compress/decompress functions are provided with compressapi.h. I used https://learn.microsoft.com/en-us/windows/win32/api/compressapi/nf-compressa... for function definitions, but for function names I tried to match the existing style.
Looking at it now, the existing style was defined by the fci.h header, so that doesn't really make sense. I wanted to keep the change minimal and avoid adding files, but perhaps I should do that here after all? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10352#note_133512