浏览代码

* fixed compilation

git-svn-id: trunk@9177 -
Jonas Maebe 18 年之前
父节点
当前提交
659c5a0f17
共有 1 个文件被更改,包括 2 次插入3 次删除
  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}