5 Aug
2022
5 Aug
'22
5 p.m.
Nikolay Sivov (@nsivov) commented about dlls/cabinet/cabinet.spec:
+@ stdcall -import GetFileVersionInfoA(str long long ptr) +@ stdcall -import GetFileVersionInfoSizeA(str ptr) +@ stdcall -import VerQueryValueA(ptr str ptr ptr) 1 stub GetDllVersion 2 stdcall -private DllGetVersion (ptr) cabinet_dll_get_version 3 stdcall Extract(ptr str) This file defines exported functions of cabinet.dll. You shouldn't include something this dll does not export.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/564#note_5723