rtl: fixate IUnknown to style COM

This commit is contained in:
mattias 2018-05-10 08:01:38 +00:00
parent 719f42195e
commit ed552d5c67

View File

@ -125,6 +125,7 @@ const
E_NOTIMPL = -2147467263; // FPC: longint($80004001)
type
{$Interfaces COM}
IUnknown = interface
['{00000000-0000-0000-C000-000000000046}']
function QueryInterface(const iid: TGuid; out obj): Integer;