mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 03:48:07 +02:00
* Correction in naming of types
This commit is contained in:
parent
98b551d261
commit
690ed25adf
@ -708,8 +708,11 @@ procedure TAPIData.ConfigType(aType :TAPITypeData);
|
||||
|
||||
|
||||
begin
|
||||
aType.InterfaceName:=EscapeKeyWord(InterfaceTypePrefix+aType.SchemaName);
|
||||
aType.InterfaceUUID:=TGUID.NewGUID.ToString(False);
|
||||
if aType.Pascaltype in [ptAnonStruct,ptSchemaStruct] then
|
||||
begin
|
||||
aType.InterfaceName:=EscapeKeyWord(InterfaceTypePrefix+aType.SchemaName);
|
||||
aType.InterfaceUUID:=TGUID.NewGUID.ToString(False);
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TAPIData.ApplyUUIDMap(aMap : TStrings);
|
||||
|
Loading…
Reference in New Issue
Block a user