mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-12 03:25:50 +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)
|
E_NOTIMPL = -2147467263; // FPC: longint($80004001)
|
||||||
|
|
||||||
type
|
type
|
||||||
|
{$Interfaces COM}
|
||||||
IUnknown = interface
|
IUnknown = interface
|
||||||
['{00000000-0000-0000-C000-000000000046}']
|
['{00000000-0000-0000-C000-000000000046}']
|
||||||
function QueryInterface(const iid: TGuid; out obj): Integer;
|
function QueryInterface(const iid: TGuid; out obj): Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user