mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 11:02:56 +02:00
Fix Compile
git-svn-id: trunk@64670 -
This commit is contained in:
parent
441ac1e643
commit
249e2b5f08
@ -1094,7 +1094,7 @@ end;
|
||||
constructor TMaskList.CreateSysNative(const AValue: String; ASeparator: Char; CaseSensitive: Boolean);
|
||||
begin
|
||||
{$IFDEF Windows}
|
||||
CreateWindows(AValue, ASeparator, CaseSensitive));
|
||||
CreateWindows(AValue, ASeparator, CaseSensitive);
|
||||
{$ELSE}
|
||||
Create(AValue, ASeparator, CaseSensitive);
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user