mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* pas2jni: fixed error during records processing.
git-svn-id: trunk@24514 -
This commit is contained in:
parent
8bc8363c77
commit
4a696dbf00
@ -312,7 +312,7 @@ var
|
|||||||
end
|
end
|
||||||
else
|
else
|
||||||
if jt = 'rec' then begin
|
if jt = 'rec' then begin
|
||||||
if IsSystemUnit and (CompareText(it.Strings['Name'], 'tguid') = 0) then begin
|
if IsSystemUnit and (CompareText(CurObjName, 'tguid') = 0) then begin
|
||||||
d:=TTypeDef.Create(CurDef, dtType);
|
d:=TTypeDef.Create(CurDef, dtType);
|
||||||
TTypeDef(d).BasicType:=btGuid;
|
TTypeDef(d).BasicType:=btGuid;
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user