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.