Re: [PATCH v2 0/1] MR10352: cabinet: Add stubs for compressor/decompressor
March 24, 2026
9:13 a.m.
Nikolay Sivov (@nsivov) commented about include/fci.h:
BOOL __cdecl FCIFlushFolder(HFCI, PFNFCIGETNEXTCABINET, PFNFCISTATUS); BOOL __cdecl FCIDestroy(HFCI hfci);
+BOOL __cdecl FCICompressorCreate( COMPRESSIONALGORITHM, void *, HFCICOMPRESSOR ); +BOOL __cdecl FCICompressorCompress( HFCICOMPRESSOR, LPCVOID, SIZE_T, PVOID, SIZE_T, PSIZE_T ); +BOOL __cdecl FCICompressorClose( HFCICOMPRESSOR ); + 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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10352#note_133506
1
Age (days ago)
1
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)