Răsfoiți Sursa

* fixed x86_64 build

git-svn-id: trunk@3994 -
peter 19 ani în urmă
părinte
comite
83a5f38b92
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/systems/t_win.pas

+ 1 - 1
compiler/systems/t_win.pas

@@ -1783,7 +1783,7 @@ initialization
   RegisterTarget(system_i386_wince_info);
 {$endif i386}
 {$ifdef x86_64}
-  RegisterInternalLinker(system_x64_win64_info,TPECoffLinker);
+  RegisterInternalLinker(system_x64_win64_info,TInternalLinker);
   RegisterImport(system_x86_64_win64,TImportLibWin);
   RegisterExport(system_x86_64_win64,TExportLibWin);
   RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);