Browse Source

* fixed compilation

git-svn-id: trunk@9177 -
Jonas Maebe 18 years ago
parent
commit
659c5a0f17
1 changed files with 2 additions and 3 deletions
  1. 2 3
      packages/extra/aspell/aspell.pp

+ 2 - 3
packages/extra/aspell/aspell.pp

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