소스 검색

* fixed compilation with -dTEST_WIN64_SEH after r22433 based on patch by
Cyrax, mantis #22952)

git-svn-id: trunk@22437 -

Jonas Maebe 13 년 전
부모
커밋
dc5c318eeb
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      compiler/aggas.pas

+ 5 - 1
compiler/aggas.pas

@@ -103,7 +103,11 @@ implementation
     uses
       SysUtils,
       cutils,cfileutl,systems,
-      fmodule,verbose,cpubase;
+      fmodule,verbose,
+{$ifdef TEST_WIN64_SEH}
+      itcpugas,
+{$endif TEST_WIN64_SEH}
+      cpubase;
 
     const
       line_length = 70;