mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 22:06:08 +02:00
* assign an Interface to TGuid was not possible (const Guid: TGuid = IUnknown)
git-svn-id: trunk@12690 -
This commit is contained in:
parent
57e65411ad
commit
c61a0784cb
@ -500,7 +500,7 @@ implementation
|
||||
objectdef :
|
||||
begin
|
||||
{ corba interface -> id string }
|
||||
if is_interfacecorba(def_from) then
|
||||
if is_interfacecorba(def_from) or is_interfacecom(def_from) then
|
||||
begin
|
||||
doconv:=tc_intf_2_string;
|
||||
eq:=te_convert_l1;
|
||||
|
Loading…
Reference in New Issue
Block a user