Explorar o código

* fixed x86_64 build

git-svn-id: trunk@3994 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
83a5f38b92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
   RegisterTarget(system_i386_wince_info);
 {$endif i386}
 {$endif i386}
 {$ifdef x86_64}
 {$ifdef x86_64}
-  RegisterInternalLinker(system_x64_win64_info,TPECoffLinker);
+  RegisterInternalLinker(system_x64_win64_info,TInternalLinker);
   RegisterImport(system_x86_64_win64,TImportLibWin);
   RegisterImport(system_x86_64_win64,TImportLibWin);
   RegisterExport(system_x86_64_win64,TExportLibWin);
   RegisterExport(system_x86_64_win64,TExportLibWin);
   RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);
   RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);