Browse Source

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

git-svn-id: trunk@22437 -

Jonas Maebe 13 years ago
parent
commit
dc5c318eeb
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/aggas.pas

+ 5 - 1
compiler/aggas.pas

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