mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 11:00:23 +02:00
* added GUID_NULL constant
git-svn-id: trunk@13236 -
This commit is contained in:
parent
3b32571557
commit
db429f2d48
@ -20,6 +20,9 @@
|
||||
System Utilities For Free Pascal
|
||||
}
|
||||
|
||||
const
|
||||
GUID_NULL: TGuid = '{00000000-0000-0000-0000-000000000000}';
|
||||
|
||||
function Supports(const Instance: IInterface; const IID: TGUID; out Intf): Boolean; overload;
|
||||
function Supports(const Instance: TObject; const IID: TGUID; out Intf): Boolean; overload;
|
||||
function Supports(const Instance: TObject; const IID: Shortstring; out Intf): Boolean; overload;
|
||||
|
Loading…
Reference in New Issue
Block a user