mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 20:50:03 +02:00
rtl: fixate IUnknown to style COM
This commit is contained in:
parent
719f42195e
commit
ed552d5c67
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user