소스 검색

* fix typo in previous commit

git-svn-id: trunk@4005 -
peter 19 년 전
부모
커밋
a57ea4a656
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,TInternalLinker);
+  RegisterInternalLinker(system_x64_win64_info,TInternalLinkerWin);
   RegisterImport(system_x86_64_win64,TImportLibWin);
   RegisterExport(system_x86_64_win64,TExportLibWin);
   RegisterDLLScanner(system_x86_64_win64,TDLLScannerWin);