mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 16:19:35 +02:00
* 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:
parent
21246e973a
commit
4aced18d94
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user