소스 검색

* 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
 implementation
 
 
 {$ifdef Dynamic}
 {$ifdef Dynamic}
-uses
   {$ifdef windows}
   {$ifdef windows}
-  SysUtils,
+uses
+  SysUtils;
   {$endif}
   {$endif}
-  dynlibs;
 {$endif}
 {$endif}
 
 
 {$IFDEF Dynamic}
 {$IFDEF Dynamic}