mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 19:29:35 +02:00
* fixed compilation
git-svn-id: trunk@9177 -
This commit is contained in:
parent
f60c72b773
commit
659c5a0f17
@ -126,11 +126,10 @@ procedure delete_aspell_speller (ths:aspellspeller); cdecl; external aspelllib;
|
||||
implementation
|
||||
|
||||
{$ifdef Dynamic}
|
||||
uses
|
||||
{$ifdef windows}
|
||||
SysUtils,
|
||||
uses
|
||||
SysUtils;
|
||||
{$endif}
|
||||
dynlibs;
|
||||
{$endif}
|
||||
|
||||
{$IFDEF Dynamic}
|
||||
|
Loading…
Reference in New Issue
Block a user