* Patch by Bart Broersma to fix breakage over the years. Though this file is mostly obsolete. Mants #26575

git-svn-id: trunk@28402 -
This commit is contained in:
marco 2014-08-13 12:53:40 +00:00
parent 21246e973a
commit 4aced18d94

View File

@ -9,6 +9,8 @@ interface
uses
Windows;
type
INT = WINT;
const
{ GetCurrentPlatform constants }
pfAll = %11111111;
@ -337,7 +339,7 @@ begin
end;
if link^.vtbl^.QueryInterface (link, IID_IShellLinkDataList, DL) = S_OK then
begin
flags:=-1;
flags:= DWORD(-1);
if DL^.vtbl^.GetFlags(DL,flags)=S_OK then
begin
writeln('Link flag is ',hexstr(flags,8));