2 Oct
2023
2 Oct
'23
2:17 p.m.
Giovanni Mascellani (@giomasce) commented about tests/dxcompiler.idl:
+[ + uuid(7f61fc7d-950d-467f-b3e3-3c02fb49187c), + object, + local, + pointer_default(unique) +] +interface IDxcIncludeHandler : IUnknown +{ + HRESULT LoadSource(const WCHAR *filename, IDxcBlob **include_source); +} + +typedef struct DxcBuffer +{ + const void *Ptr; + SIZE_T Size; + UINT Encoding; Minor, but wrong indentation.
-- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/346#note_47372