Selaa lähdekoodia

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

git-svn-id: trunk@22437 -

Jonas Maebe 13 vuotta sitten
vanhempi
commit
dc5c318eeb
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  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;