mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
fcl-passrc: paswrite: write interfaces GUID
git-svn-id: trunk@36615 -
This commit is contained in:
parent
4001435454
commit
584ef096a0
@ -243,6 +243,11 @@ begin
|
||||
wrtln(')')
|
||||
else
|
||||
wrtln;
|
||||
|
||||
if AClass.ObjKind = okInterface then
|
||||
if Assigned(AClass.GUIDExpr) then
|
||||
wrtln('['+AClass.InterfaceGUID+']');
|
||||
|
||||
IncIndent;
|
||||
LastVisibility := visDefault;
|
||||
for i := 0 to AClass.Members.Count - 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user