* fixed compilation

git-svn-id: trunk@9177 -
This commit is contained in:
Jonas Maebe 2007-11-10 18:26:59 +00:00
parent f60c72b773
commit 659c5a0f17

View File

@ -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}