LCL: Fix compilation in ShellCtrls.

git-svn-id: trunk@62788 -
This commit is contained in:
juha 2020-03-21 19:11:06 +00:00
parent 4ff199e1d7
commit af151e9fca

View File

@ -662,9 +662,9 @@ var
MaskList: TMaskList;
Files: TList;
FileItem: TFileItem;
MaskOptions: TMaskOptions;
{$if defined(windows) and not defined(wince)}
ErrMode : LongWord;
MaskOptions: TMaskOptions;
{$endif}
begin
{$if defined(windows) and not defined(wince)}