Explorar el Código

Fix Win64 bootstrapping.

Rika Ichinose hace 1 día
padre
commit
65473dc5bc
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      rtl/win64/system.pp

+ 4 - 0
rtl/win64/system.pp

@@ -44,6 +44,10 @@ interface
   {$define FPC_SYSTEM_HAS_CAPTUREBACKTRACE}
 {$endif SYSTEM_USE_WIN_SEH}
 
+{$ifdef VER3_2}
+  {$define FPC_ABI_WIN64}
+{$endif VER3_2}
+
 { include system-independent routine headers }
 {$I systemh.inc}
 { include common windows headers }