mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 09:39:11 +02:00
Use symbolic const E_NOINTERFACE instead of raw value $80004002
git-svn-id: trunk@4934 -
This commit is contained in:
parent
12c76ca1ce
commit
4bb1d117d6
@ -679,7 +679,7 @@
|
||||
if getinterface(iid,obj) then
|
||||
result:=0
|
||||
else
|
||||
result:=longint($80004002);
|
||||
result:=longint(E_NOINTERFACE);
|
||||
end;
|
||||
|
||||
function TInterfacedObject._AddRef : longint;stdcall;
|
||||
|
Loading…
Reference in New Issue
Block a user